RadioButton.OnEnter(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the Enter event.
protected:
override void OnEnter(EventArgs ^ e);
protected public:
override void OnEnter(EventArgs ^ e);
protected override void OnEnter (EventArgs e);
protected internal override void OnEnter (EventArgs e);
override this.OnEnter : EventArgs -> unit
Protected Overrides Sub OnEnter (e As EventArgs)
Protected Friend Overrides Sub OnEnter (e As EventArgs)
Parameters
Remarks
If the user enters the RadioButton control by using the arrow keys, the RadioButton will raise the Click event.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.