Version

SelectedItemChanged Event

Occurs when SelectedItem property changes or the user modifies the contents of the editor.
Syntax
'Declaration
 
Public Event SelectedItemChanged As RoutedPropertyChangedEventHandler(Of Object)
public event RoutedPropertyChangedEventHandler<object> SelectedItemChanged