DecoratorHostShapeBase.OnManuallyPlacedChanged(Boolean, Boolean) 方法

定义

当 ManuallyPlaced 属性更改时调用。 基实现不执行任何操作。

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)

参数

oldValue
Boolean

旧值。

newValue
Boolean

新值。

适用于