View.OnDeactivate(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 Deactivate 控制項的 View 事件。
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)
參數
備註
當目前的作用 View 中控制項變成非使用中時,就會 Deactivate 引發 事件。