C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / ItemPopulate Event

ItemPopulate Event
Occurs when C1ComboBox requests data from client side.
Syntax
'Declaration
 
Public Event ItemPopulate As C1ComboBoxItemPopulateEventHandler
 
Event Data

The event handler receives an argument of type C1ComboBoxItemPopulateEventArgs containing data related to this event. The following C1ComboBoxItemPopulateEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a Boolean value indicating whether client side has rich the end of all items.  
Gets or sets the FilterText.  
Gets the number of client items.  
See Also