ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxEventArgs Class
Members

In This Topic
    C1ComboBoxEventArgs Class
    In This Topic
    Contains event data for C1ComboBox.SelectedIndexChanged event and C1ComboBox.TextChanged event.
    Object Model
    C1ComboBoxEventArgs Class
    Syntax
    'Declaration
     
    Public Class C1ComboBoxEventArgs 
       Inherits System.EventArgs
    public class C1ComboBoxEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also