Occurs when C1ComboBox requests data from client side.

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

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1ComboBoxItemsRequestedHandler ItemsRequested
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Action")> _
Public Event ItemsRequested As C1ComboBoxItemsRequestedHandler

See Also