Click or drag to resize
KaxComboBoxSelectedIndexChanged Event
Occurs when the SelectedIndex property has changed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public event KaxComboBoxSelectedIndexChangedEventHandler SelectedIndexChanged

Value

Type: Kettic.AspNet.ControlsKaxComboBoxSelectedIndexChangedEventHandler
Remarks

You can create an event handler for this event to determine when the selected index in the KaxComboBox has been changed. This can be useful when you need to display information in other controls based on the current selection in the KaxComboBox. You can use the event handler to load the information in the other controls.

See Also