'Declaration Public Event ItemPopulate As C1ComboBoxItemPopulateEventHandler
public event C1ComboBoxItemPopulateEventHandler ItemPopulate
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.
Property | Description |
---|---|
EndRequest | Gets or sets a Boolean value indicating whether client side has rich the end of all items. |
FilterText | Gets or sets the FilterText. |
RequestedItemCount | Gets the number of client items. |
See Also