ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / ItemHolding Event

In This Topic
    ItemHolding Event (C1TileListView)
    In This Topic
    Occurs when an item held.
    Syntax
    'Declaration
     
    Public Event ItemHolding As EventHandler(Of C1TappedEventArgs)
    public event EventHandler<C1TappedEventArgs> ItemHolding
    Event Data

    The event handler receives an argument of type C1.WPF.Core.C1TappedEventArgs containing data related to this event. The following C1TappedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    Gets a value indicating whether the barrel button of the pen is pressed.  
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    Gets a value indicating whether the event is performed with the mouse down.  
    Gets a value indicating whether the event is performed with the right button of the mouse.  
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    See Also