Represents the method that will handle SelectedIndexChanged event.

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

Syntax

C#
public delegate void C1ComboBoxEventHandler(
	Object sender,
	C1ComboBoxEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub C1ComboBoxEventHandler ( _
	sender As Object, _
	args As C1ComboBoxEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
args
Type: C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxEventArgs
An C1ComboBoxEventArgs that contains event data.

See Also