ChromiumWebBrowserOnTouchDown Method |
Version 84.4.10
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: 84.4.10.0 (84.4.10.0)
Syntax protected override void OnTouchDown(
TouchEventArgs e
)
protected:
virtual void OnTouchDown(
TouchEventArgs^ e
) override
Parameters
- e
- Type: System.Windows.InputTouchEventArgs
The TouchEventArgs that contains the event data.
See Also