View.OnDeactivate(EventArgs) 方法

定义

引发 View 控件的 Deactivate 事件。

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

参数

e
EventArgs

包含事件数据的 EventArgs

注解

Deactivate 当前活动 View 控件变为非活动状态时,将引发 事件。

适用于

另请参阅