Application.OnDeactivated(EventArgs) 方法

定义

引发 Deactivated 事件。

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

参数

e
EventArgs

包含事件数据的 EventArgs

注解

OnDeactivated 引发 Deactivated 事件。

派生自 Application 的类型可能会替代 OnDeactivated。 如果需要Deactivated引发,重写的方法必须在基类中调用 OnDeactivated

适用于

另请参阅