バージョン

PreviewNotify メソッド

プレビュー矩形の変更を通知するために呼び出されます。
シンタックス
'宣言
 
Protected Friend Overridable Sub PreviewNotify( _
   ByVal windowRect As Rect, _
   ByVal userInteraction As Boolean _
) 
protected internal virtual void PreviewNotify( 
   Rect windowRect,
   bool userInteraction
)

パラメータ

windowRect
新しいプレビュー矩形。
userInteraction
ウィンドウ通知がユーザー インタラクションによって発生するかどうかを指定します。
参照