ComboBoxSelectedItemChangedEventArgs¶
Summary¶
Provides data for ComboBox SelectedItemChanged event handlers
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
ComboBox¶
Summary
The ComboBox that it's selected item changed
Signature
1 |
|
Return Value
ComboBox
Related Tutorials
SelectedItem¶
Summary
The new selected item of ComboBox
Signature
1 |
|
Return Value
string