CheckGroupBoxOnCheckedChanged Method

Raises the CheckedChanged event.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void OnCheckedChanged(
	EventArgs e
)

Parameters

e  EventArgs
The EventArgs instance containing the event data.

See Also