Class DownUpEventArgs
FormsGestures Down up event arguments.
Inherited Members
Namespace: FormsGestures
Assembly: FormsGestures.dll
Syntax
public class DownUpEventArgs : BaseGestureEventArgs
Constructors
DownUpEventArgs(DownUpEventArgs, Listener)
creates new DownUpEventArgs
Declaration
public DownUpEventArgs(DownUpEventArgs source = null, Listener newListener = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DownUpEventArgs | source | |
| Listener | newListener |
Properties
TriggeringTouches
enumerates the touches that triggered the gesture
Declaration
public virtual int[] TriggeringTouches { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Int32[] |
Methods
ValueFrom(DownUpEventArgs)
Updates properties from the values from another instance
Declaration
public void ValueFrom(DownUpEventArgs source)
Parameters
| Type | Name | Description |
|---|---|---|
| DownUpEventArgs | source |