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

In This Topic
    ItemTapped Event (C1TileListView)
    In This Topic
    Occurs when an item is tapped.
    Syntax
    'Declaration
     
    Public Event ItemTapped As EventHandler(Of C1TappedEventArgs)
    public event EventHandler<C1TappedEventArgs> ItemTapped
    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