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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.