| C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : CallbackDataBind Event |
'Declaration<C1DescriptionAttribute(Key="C1ComboBox.CallbackDataBind", Description="Gets or sets a value determines whether to fetch more on scrolling to end.")> <C1CategoryAttribute("Misc")> Public Event CallbackDataBind As C1ComboBoxCallbackEventHandler
[C1Description(Key="C1ComboBox.CallbackDataBind", Description="Gets or sets a value determines whether to fetch more on scrolling to end.")] [C1Category("Misc")] public event C1ComboBoxCallbackEventHandler CallbackDataBind
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2