Click or drag to resize

ChromiumWebBrowser.OnTouchMove Method

Version 102.0.100
Provides class handling for the TouchMove() routed event that occurs when a touch moves while inside this element.

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

Parameters

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