Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListViewer Class / OnItemHolding Method
The item that receive the hold event.
The C1TappedEventArgs instance containing the event data.

In This Topic
    OnItemHolding Method (C1ListViewer)
    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 C1TappedEventArgs _
    ) 
    protected virtual void OnItemHolding( 
       object sender,
       C1TappedEventArgs e
    )

    Parameters

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