DesignSurface.OnUnloaded(EventArgs) 方法

定义

引发 Unloaded 事件。

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

参数

e
EventArgs

包含事件数据的 EventArgs

适用于