MoveableDecoratorHostShape::OnManuallyPlacedChanged Method (Boolean, Boolean)

 

Override ONManuallyPlacedChanged() to update the size/location of this decorator.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnManuallyPlacedChanged(
	bool oldValue,
	bool newValue
) override

Parameters

oldValue
Type: System::Boolean

Old value.

newValue
Type: System::Boolean

New value.

Return to top
Show: