TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListEventArgs Class
Members

In This Topic
    C1CheckListEventArgs Class
    In This Topic
    Provides data for the ItemValueChanged event of a C1CheckList class.
    Object Model
    C1CheckListEventArgs ClassC1CheckListItem Class
    Syntax
    'Declaration
     
    
    Public Class C1CheckListEventArgs 
       Inherits System.EventArgs
    public class C1CheckListEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.TreeView.C1CheckListEventArgs

    See Also