ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / OnItemHolding Method
The item that receive the hold event.
The C1TappedEventArgs instance containing the event data.

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

    Parameters

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