TouchEndedEventArgs Class |
Namespace: DotNetBrowser.Input.Touch.Events
public sealed class TouchEndedEventArgs : TouchEventArgs
The TouchEndedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
TouchEndedEventArgs(TouchPoint) |
Initializes a new instance of the TouchEndedEventArgs with the specified touch points.
| |
TouchEndedEventArgs(IEnumerableTouchPoint) |
Initializes a new instance of the TouchEndedEventArgs 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.) |