ChromiumWebBrowserOnTouchMove Method |
Version 130.1.90
Provides class handling for the
TouchMove routed event that occurs when a touch moves while inside this element.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected override void OnTouchMove(
TouchEventArgs e
)
protected:
virtual void OnTouchMove(
TouchEventArgs^ e
) override
Parameters
- e TouchEventArgs
- The TouchEventArgs that contains the event data.
See Also