WorkflowViewElement.OnShowExpandedChanged(Boolean) 方法

定义

在 show expanded 属性发生更改时调用。Invoked when the show expanded property is changed.

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 指示演示展开属性的值已更改;否则为 falsetrue to indicate that the value of the show expanded property is changed; otherwise, false.

注解

没有默认实现。There is no default implementation.

适用于