ComboBoxSelectedItemChangedEventArgs¶
Summary¶
Provides data for ComboBox SelectedItemChanged event handlers
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
ComboBox { get; } | The ComboBox that it's selected item changed |
SelectedItem { get; } | The new selected item of ComboBox |
Last update: February 3, 2023