View.OnActivate(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected public:
virtual void OnActivate(EventArgs ^ e);
protected internal virtual void OnActivate (EventArgs e);
abstract member OnActivate : EventArgs -> unit
override this.OnActivate : EventArgs -> unit
Protected Friend Overridable Sub OnActivate (e As EventArgs)
參數
備註
Activate當目前 View 控制項變成使用中檢視時,就會引發 事件。