DecoratorHostShapeBase.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.
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.