Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / ItemTap Event

In This Topic
    ItemTap Event (C1ListBox)
    In This Topic
    Occurs when an item is tapped.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use ItemTapped event instead.")>
    Public Event ItemTap As EventHandler(Of GestureEventArgs)
    [Obsolete("Use ItemTapped event instead.")]
    public event EventHandler<GestureEventArgs> ItemTap
    See Also