Represents the method that will handle ItemsRequested 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 C1ComboBoxItemsRequestedHandler(
	Object sender,
	C1ComboBoxItemsRequestedEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub C1ComboBoxItemsRequestedHandler ( _
	sender As Object, _
	args As C1ComboBoxItemsRequestedEventArgs _
)

Parameters

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

See Also