ComboBox for ASP.NET Web Forms
CallbackDataBind Event

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : CallbackDataBind Event
Occurs when C1ComboBox requests data from data scource.
Syntax
'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.

PropertyDescription
Bind the DataSource to C1ComboBox in Callback mode.  
Gets or sets the FilterText.  
Gets or sets the PageSize for DataSource.  
See Also