The client-side event that is fired when the selected index of the C1ComboBox is about to change.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function get_onClientSelectedIndexChanging();
function set_onClientSelectedIndexChanging(value);

See Also