WorkflowViewElement::OnShowExpandedChanged Method (Boolean)

.NET Framework (current version)
 

Invoked when the show expanded property is changed.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
virtual void OnShowExpandedChanged(
	bool newValue
)

Parameters

newValue
Type: System::Boolean

true to indicate that the value of the show expanded property is changed; otherwise, false.

There is no default implementation.

.NET Framework
Available since 4.0
Return to top
Show: