Click or drag to resize

ChromiumWebBrowserWithTouchSupportOnTouchUp Method

Version 75.1.140
Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element.

Namespace:  CefSharp.Wpf.Experimental
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
protected override void OnTouchUp(
	TouchEventArgs e
)

Parameters

e
Type: System.Windows.InputTouchEventArgs
The TouchEventArgs that contains the event data.
See Also