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


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

    Field Value

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