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

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