DevGroupBoxCheckedChanged Event
Occurs when the checked state of the
CheckBox has changed.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public event EventHandler<EventArgs> CheckedChanged
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Event CheckedChanged As EventHandler(Of EventArgs)
Dim instance As DevGroupBox
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.CheckedChanged, handler
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
event EventHandler<EventArgs^>^ CheckedChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member CheckedChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
No code example is currently available or this language may not be supported.
Value
EventHandlerEventArgs