RadioButton.OnClick(EventArgs) Method

Definition

Raises the Click event.

protected:
 override void OnClick(EventArgs ^ e);
protected override void OnClick (EventArgs e);
override this.OnClick : EventArgs -> unit
Protected Overrides Sub OnClick (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Remarks

If the AutoCheck property is set to true, the Checked property is set to true when the RadioButton control is clicked.

Applies to