Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / UnselectedEvent Field


In This Topic
    UnselectedEvent Field (GcListBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared ReadOnly UnselectedEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = GcListBox.UnselectedEvent
    public static readonly RoutedEvent UnselectedEvent

    Field Value

    The identifier of the GrapeCity.Windows.InputMan.GcListBox.Unselected routed event.
    See Also