ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / OnItemHolding Method
The item that receive the hold event.
The C1.WPF.Core.C1TappedEventArgs instance containing the event data.

In This Topic
    OnItemHolding Method (C1ListView)
    In This Topic
    Called when one of the items receive the Hold event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemHolding( _
       ByVal sender As Object, _
       ByVal e As C1.WPF.Core.C1TappedEventArgs _
    ) 
    protected virtual void OnItemHolding( 
       object sender,
       C1.WPF.Core.C1TappedEventArgs e
    )

    Parameters

    sender
    The item that receive the hold event.
    e
    The C1.WPF.Core.C1TappedEventArgs instance containing the event data.
    See Also