WorkflowViewElement.OnShowExpandedChanged(Boolean) 方法

定义

在 show expanded 属性发生更改时调用。

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

注解

没有默认实现。

适用于