Skip to content

ComboBoxSelectedItemChangedEventArgs

Summary

Provides data for ComboBox SelectedItemChanged event handlers

Signature

1
public class ComboBoxSelectedItemChangedEventArgs

Namespace

cAlgo.API

Properties

ComboBox

Summary

The ComboBox that it's selected item changed

Signature

1
public ComboBox ComboBox {get;}

Return Value

ComboBox

Related Tutorials

SelectedItem

Summary

The new selected item of ComboBox

Signature

1
public string SelectedItem {get;}

Return Value

string