ElementHost.OnGotFocus(EventArgs) Metod

Definition

Genererar händelsen GotFocus .

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

Parametrar

e
EventArgs

En EventArgs som innehåller händelsedata.

Kommentarer

Mer information om metoden OnGotFocusfinns i Control.OnGotFocus .

Gäller för

Se även