ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / ItemPopulate Event

In This Topic
    ItemPopulate Event
    In This Topic
    Occurs when C1ComboBox requests data from client side.
    Syntax
    '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.

    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