ChromiumWebBrowserWithTouchSupportOnStylusDown Method |
Version 85.3.121
Invoked when an unhandled StylusDown 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: 85.3.121.0 (85.3.121.0)
Syntax protected override void OnStylusDown(
StylusDownEventArgs e
)
protected:
virtual void OnStylusDown(
StylusDownEventArgs^ e
) override
Parameters
- e
- Type: System.Windows.InputStylusDownEventArgs
The StylusDownEventArgs that contains the event data.
See Also