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


In This Topic
    SelectionChangedEvent Field (GcListBox)
    In This Topic
    Identifies the SelectionChanged routed event.
    Syntax
    'Declaration
     
    Public Shared ReadOnly SelectionChangedEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = GcListBox.SelectionChangedEvent
    public static readonly RoutedEvent SelectionChangedEvent

    Field Value

    The identifier of the SelectionChanged routed event.
    See Also