ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemPopulateEventHandler Delegate
The source of the event.
An C1ComboBoxItemPopulateEventArgs that contains event data.

In This Topic
    C1ComboBoxItemPopulateEventHandler Delegate
    In This Topic
    Represents the method that will handle C1ComboBox.ItemPopulate event.
    Syntax
    'Declaration
     
    Public Delegate Sub C1ComboBoxItemPopulateEventHandler( _
       ByVal sender As System.Object, _
       ByVal args As C1ComboBoxItemPopulateEventArgs _
    ) 
    public delegate void C1ComboBoxItemPopulateEventHandler( 
       System.object sender,
       C1ComboBoxItemPopulateEventArgs args
    )

    Parameters

    sender
    The source of the event.
    args
    An C1ComboBoxItemPopulateEventArgs that contains event data.
    See Also