Table of Contents

Constructor TouchEndedEventArgs

Namespace
DotNetBrowser.Input.Touch.Events
Assembly
DotNetBrowser.dll

TouchEndedEventArgs(params TouchPoint[])

Initializes a new instance of the TouchEndedEventArgs with the specified touch points.

public TouchEndedEventArgs(params TouchPoint[] points)

Parameters

points TouchPoint[]

The touch points to add.

Exceptions

InvalidEnumArgumentException

No touch points with the required state are passed.

ArgumentNullException

The points is null.

TouchEndedEventArgs(IEnumerable<TouchPoint>)

Initializes a new instance of the TouchEndedEventArgs with the specified touch points.

public TouchEndedEventArgs(IEnumerable<TouchPoint> points)

Parameters

points IEnumerable<TouchPoint>

The touch points to add.

Exceptions

InvalidEnumArgumentException

No touch points with the required state are passed.

ArgumentNullException

The points is null.