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
。
注釈
既定の実装はありません。