TextComboBoxControl..::..OnSelectionChanged Method
Handles the [E: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
The SelectionChangedEventArgs instance containing the event data.