Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / OnSelectionChanged(SelectionChangedEventArgs) Method
The event data.

In This Topic
    OnSelectionChanged(SelectionChangedEventArgs) Method
    In This Topic
    Called when the selection changes.
    Syntax
    'Declaration
     
    
    Protected Overridable Shadows Sub OnSelectionChanged( _
       ByVal e As SelectionChangedEventArgs _
    ) 
    protected virtual new void OnSelectionChanged( 
       SelectionChangedEventArgs e
    )

    Parameters

    e
    The event data.
    See Also