バージョン

OnPreviewRectChanged(Rect,Rect) メソッド

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

パラメータ

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