バージョン

OnWindowRectChanged メソッド

WindowRectProperty プロパティ変更ハンドラー。
シンタックス
'宣言
 
Protected Overrides Sub OnWindowRectChanged( _
   ByVal oldValue As Rect, _
   ByVal newValue As Rect _
) 
protected override void OnWindowRectChanged( 
   Rect oldValue,
   Rect newValue
)

パラメータ

oldValue
古い値。
newValue
新しい値。
参照