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