Called before the Hold event occurs in one of the items.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
| C# |
|---|
protected virtual void OnItemHold( Object sender, GestureEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnItemHold ( _ sender As Object, _ e As GestureEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
Element where the event occurs.
- e
- Type: GestureEventArgs
Event data for the event.