OnItemHolding Method (C1TileListView)
In This Topic
Called when one of the items receive the Hold event.
Syntax
'Declaration
Protected Overridable Sub OnItemHolding( _
ByVal As Object, _
ByVal As C1.WPF.Core.C1TappedEventArgs _
)
protected virtual void OnItemHolding(
object ,
C1.WPF.Core.C1TappedEventArgs
)
Parameters
- sender
- The item that receive the hold event.
- e
- The C1.WPF.Core.C1TappedEventArgs instance containing the event data.
See Also