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 show expanded プロパティの値が変更されたことを示す場合。それ以外の場合は false

注釈

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

適用対象