GestureStateChangeEventArgs Class |
Namespace: TouchScript.Gestures
public class GestureStateChangeEventArgs : EventArgs
The GestureStateChangeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| GestureStateChangeEventArgs |
Initializes a new instance of the GestureStateChangeEventArgs class.
|
| Name | Description | |
|---|---|---|
| PreviousState |
Previous gesture state.
| |
| State |
Current gesture state.
|
| Name | Description | |
|---|---|---|
| GetCachedEventArgs |
Returns cached instance of EventArgs.
This cached EventArgs is reused throughout the library not to alocate new ones on every call.
|