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