WorkflowViewElement.OnShowExpandedChanged(Boolean) 方法

定義

在顯示已展開屬性變更時叫用。

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

備註

沒有預設的實作。

適用於