TouchCanceledEventArgs Constructor (IEnumerableTouchPoint) |
Namespace: DotNetBrowser.Input.Touch.Events
public TouchCanceledEventArgs( IEnumerable<TouchPoint> points )
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | If no points with the required state are passed. |
| ArgumentNullException | If points is null. |