ContentComboBoxControl..::..OnSelectionChanged Method
Responds to a ComboBox selection change by raising a SelectionChanged event.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void OnSelectionChanged( SelectionChangedEventArgs e )
Protected Sub OnSelectionChanged ( _ e As SelectionChangedEventArgs _ )
protected: void OnSelectionChanged( SelectionChangedEventArgs^ e )
Parameters
- e
- Type: SelectionChangedEventArgs
Provides data for SelectionChangedEventArgs.