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

In This Topic
    C1ComboBoxItemEventArgs Class
    In This Topic
    Contains event data for data binding events. Such as C1ComboBox.BoundItemCreated event and C1ComboBox.ItemDataBinding event.
    Object Model
    C1ComboBoxItemEventArgs Class
    Syntax
    'Declaration
     
    Public Class C1ComboBoxItemEventArgs 
       Inherits System.EventArgs
    public class C1ComboBoxItemEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Web.Wijmo.Controls.C1ComboBox.C1ComboBoxItemEventArgs

    See Also