WorkflowViewElement.OnShowExpandedChanged(Boolean) Método

Definición

Se invoca cuando se cambia la propiedad expandida show.

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)

Parámetros

newValue
Boolean

true para indicar que se cambia el valor de la propiedad expandida show; de lo contrario, false.

Comentarios

No hay ninguna implementación predeterminada.

Se aplica a