DesignSurface.OnUnloading(EventArgs) メソッド

定義

Unloading イベントを発生させます。

protected:
 virtual void OnUnloading(EventArgs ^ e);
protected virtual void OnUnloading (EventArgs e);
abstract member OnUnloading : EventArgs -> unit
override this.OnUnloading : EventArgs -> unit
Protected Overridable Sub OnUnloading (e As EventArgs)

パラメーター

e
EventArgs

イベント データを格納している EventArgs

適用対象