Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CheckedChangedEventArgs Class / CheckedChangedEventArgs Constructor
A new value of Checked property.

In This Topic
    CheckedChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the CheckedChangedEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newValue As Boolean _
    )
    public CheckedChangedEventArgs( 
       bool newValue
    )

    Parameters

    newValue
    A new value of Checked property.
    See Also