Class LongPressEventArgs
FormsGestures Long press event arguments.
Inherited Members
Namespace: FormsGestures
Assembly: FormsGestures.dll
Syntax
public class LongPressEventArgs : TapEventArgs
Constructors
LongPressEventArgs(LongPressEventArgs, Listener)
constructs new LongPressEnventArgs
Declaration
public LongPressEventArgs(LongPressEventArgs source = null, Listener newListener = null)
Parameters
| Type | Name | Description |
|---|---|---|
| LongPressEventArgs | source | |
| Listener | newListener |
Properties
Duration
Duration of long press
Declaration
public virtual long Duration { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Int64 |
Methods
ValueFrom(LongPressEventArgs)
Updates properties from the values from another instance
Declaration
public void ValueFrom(LongPressEventArgs source)
Parameters
| Type | Name | Description |
|---|---|---|
| LongPressEventArgs | source |