RadioButton::OnClick Method (EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raises the Click event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnClick(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the event data.

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

.NET Framework
Available since 1.1
Return to top
Show: