'Declaration Protected Overridable Sub OnItemSelectionChanged( _ ByVal args As ItemSelectionChangedEventArgs _ )
'Usage Dim instance As Selector Dim args As ItemSelectionChangedEventArgs instance.OnItemSelectionChanged(args)
protected virtual void OnItemSelectionChanged( ItemSelectionChangedEventArgs args )
Parameters
- args
- An ItemSelectionChangedEventArgs that contains the event data.