MoveableDecoratorHostShape.OnManuallyPlacedChanged(Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.