CheckedChangedEventArgs Constructor
In This Topic
Initializes a new instance of the CheckedChangedEventArgs class
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
public CheckedChangedEventArgs(
bool
)
Parameters
- newValue
- A new value of Checked property.
See Also