MoveableDecoratorHostShape.OnManuallyPlacedChanged(Boolean, Boolean) Method

Definition

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

protected:
 override void OnManuallyPlacedChanged(bool oldValue, bool newValue);
protected override void OnManuallyPlacedChanged (bool oldValue, bool newValue);
override this.OnManuallyPlacedChanged : bool * bool -> unit
Protected Overrides Sub OnManuallyPlacedChanged (oldValue As Boolean, newValue As Boolean)

Parameters

oldValue
Boolean

Old value.

newValue
Boolean

New value.

Applies to