'Declaration Public Event CallbackDataBind As C1ComboBoxCallbackEventHandler
public event C1ComboBoxCallbackEventHandler CallbackDataBind
Event Data
The event handler receives an argument of type C1ComboBoxCallbackEventArgs containing data related to this event. The following C1ComboBoxCallbackEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DataSource | Bind the DataSource to C1ComboBox in Callback mode. |
FilterText | Gets or sets the FilterText. |
PageSize | Gets or sets the PageSize for DataSource. |
See Also