MoveableDecoratorHostShape.OnManuallyPlacedChanged(Boolean, Boolean) 方法

定义

重写 ONManuallyPlacedChanged () 以更新此修饰器的大小/位置。

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)

参数

oldValue
Boolean

旧值。

newValue
Boolean

新值。

适用于