DecoratorHostShapeBase.OnManuallyPlacedChanged(Boolean, Boolean) Method

Definition

Called when ManuallyPlaced property changes. Base implementation does nothing.

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

Parameters

oldValue
Boolean

Old value.

newValue
Boolean

New value.

Applies to