Click or drag to resize

ITouch.Moved Property

Occurs when the touch has moved.

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

Property Value

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