Click or drag to resize

ITouch.Ended Property

Occurs when the touch has been ended.

Namespace:  DotNetBrowser.Input.Touch
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.14.0
Syntax
C#
IInterceptableInputEvent<ITouchEventArgs, TouchEndedEventArgs> Ended { get; }

Property Value

Type: IInterceptableInputEvent<ITouchEventArgs, TouchEndedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also