Share via


RadioButton.OnEnter(EventArgs) Metoda

Definice

Enter Vyvolá událost.

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

Parametry

e
EventArgs

Obsahující EventArgs data události.

Poznámky

Pokud uživatel zadá ovládací RadioButton prvek pomocí kláves se šipkami, RadioButton vyvolá Click událost .

Platí pro