TouchMovedEventArgs Class | 
Namespace: DotNetBrowser.Input.Touch.Events
public sealed class TouchMovedEventArgs : TouchEventArgs
The TouchMovedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| TouchMovedEventArgs(TouchPoint) | 
                Initializes a new instance of the TouchMovedEventArgs with the specified touch points.
              | |
| TouchMovedEventArgs(IEnumerableTouchPoint) | 
                Initializes a new instance of the TouchMovedEventArgs with the specified touch points.
              | 
| Name | Description | |
|---|---|---|
| KeyModifiers | 
                Gets the keyboard modifiers.
              (Inherited from TouchEventArgs.) | |
| TouchPoints | 
                Gets the list of all detected touch points.
              (Inherited from TouchEventArgs.) | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from TouchEventArgs.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from TouchEventArgs.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |