バージョン

OnBoundsChanged メソッド (DiagramNode)

DiagramItem.Bounds プロパティ値を変更すると呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnBoundsChanged( _
   ByVal oldValue As Rect, _
   ByVal newValue As Rect _
) 
protected override void OnBoundsChanged( 
   Rect oldValue,
   Rect newValue
)

パラメータ

oldValue
古い境界線長方形。
newValue
新しい境界線長方形。
参照