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

包含事件資料的物件。

備註

LostFocus引發 事件會透過委派叫用事件處理常式。 如需詳細資訊,請參閱 處理和引發事件

適用於