次の方法で共有


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

注釈

既定の実装はありません。

適用対象