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

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

    Parameters

    item
    See Also