バージョン

OnWindowRectChanged(Rect,Rect) メソッド

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

パラメータ

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