DataGridView.OnLostFocus(EventArgs) 方法

定義

引發 LostFocus 事件。

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

參數

e
EventArgs

包含事件資料的 EventArgs

適用於

另請參閱