Class TouchCanceledEventArgs
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
public sealed class TouchCanceledEventArgs : TouchEventArgs, ITouchEventArgs
- Inheritance
-
TouchCanceledEventArgs
- Implements
- Inherited Members
Constructors
- TouchCanceledEventArgs(params TouchPoint[])
Initializes a new instance of the TouchCanceledEventArgs with the specified touch points.
- TouchCanceledEventArgs(IEnumerable<TouchPoint>)
Initializes a new instance of the TouchCanceledEventArgs with the specified touch points.