Class TapEventArgs
FormsGestures Tap event arguments.
Inherited Members
Namespace: FormsGestures
Assembly: FormsGestures.dll
Syntax
public class TapEventArgs : BaseGestureEventArgs
Constructors
TapEventArgs(TapEventArgs, Listener)
constructor
Declaration
public TapEventArgs(TapEventArgs source = null, Listener newListener = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TapEventArgs | source | |
| Listener | newListener |
Properties
NumberOfTaps
number of taps
Declaration
public virtual int NumberOfTaps { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
ValueFrom(TapEventArgs)
Updates properties from the values from another instance
Declaration
public void ValueFrom(TapEventArgs source)
Parameters
| Type | Name | Description |
|---|---|---|
| TapEventArgs | source |