ElementHost.OnGotFocus(EventArgs) 方法

定義

引發 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)

參數

e
EventArgs

包含事件資料的 EventArgs

備註

如需 OnGotFocus 方法的詳細資訊,請參閱 Control.OnGotFocus

適用於

另請參閱