Click or drag to resize

ChromiumWebBrowser.OnTouchDown Method

Version 105.3.390
Provides class handling for the TouchDown() routed event that occurs when a touch presses inside this element.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
protected override void OnTouchDown(
	TouchEventArgs e
)

Parameters

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