WorkflowViewElement.OnShowExpandedChanged(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在顯示已展開屬性變更時叫用。
protected:
virtual void OnShowExpandedChanged(bool newValue);
protected virtual void OnShowExpandedChanged (bool newValue);
abstract member OnShowExpandedChanged : bool -> unit
override this.OnShowExpandedChanged : bool -> unit
Protected Overridable Sub OnShowExpandedChanged (newValue As Boolean)
參數
- newValue
- Boolean
true
表示顯示已展開屬性的值已變更,否則為 false
。
備註
沒有預設的實作。