DataGridView.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

適用対象

こちらもご覧ください