Click or drag to resize

ITouchStarted Property

Occurs when the touch has been started.

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

Property Value

Type: IInterceptableInputEventITouchEventArgs, TouchStartedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also