ChromiumWebBrowserWithTouchSupportOnStylusMove Method |
Version 79.1.350
Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Namespace:
CefSharp.Wpf.Experimental
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 76.1.90.0 (76.1.90.0)
Syntaxprotected override void OnStylusMove(
StylusEventArgs e
)
protected:
virtual void OnStylusMove(
StylusEventArgs^ e
) override
Parameters
- e
- Type: System.Windows.InputStylusEventArgs
The StylusDownEventArgs that contains the event data.
See Also