C1.WPF.Input Namespace / C1MultiSelect Class / OnSelectionChanged Method
The sender.
The System.EventArgs instance containing the event data.

In This Topic
OnSelectionChanged Method
In This Topic
Called when the selection changed.
Syntax
'Declaration
 
Protected Overridable Sub OnSelectionChanged( _
   ByVal sender As Object, _
   ByVal e As SelectionChangedEventArgs _
) 
 

Parameters

sender
The sender.
e
The System.EventArgs instance containing the event data.
See Also