RoundComboBoxOnSelectedItemChanging Method

Raises the SelectedItemChanging event.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
protected virtual void OnSelectedItemChanging(
	IndexEventArgs e
)

Parameters

e  IndexEventArgs
The arguments, containing information about the event.

See Also