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

In This Topic
    ItemDataBinding Event
    In This Topic
    Occurs when C1ComboBoxItem is binding data.
    Syntax
    'Declaration
     
    Public Event ItemDataBinding As C1ComboBoxItemEventHandler
    public event C1ComboBoxItemEventHandler ItemDataBinding
    Event Data

    The event handler receives an argument of type C1ComboBoxItemEventArgs containing data related to this event. The following C1ComboBoxItemEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the C1ComboBoxItem related with this event.  
    See Also