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

In This Topic
    C1CheckListEventArgs Constructor
    In This Topic
    Initializes a new instance of the C1CheckListEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As C1CheckListItem _
    )
    public C1CheckListEventArgs( 
       C1CheckListItem item
    )

    Parameters

    item
    See Also