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