バージョン

OnWindowStateChanging メソッド

XamDialogWindow WindowState が変化しているときに呼び出されます。
シンタックス
'宣言
 
Protected Overridable Function OnWindowStateChanging( _
   ByVal currentWindowState As WindowState, _
   ByVal newWindowState As WindowState _
) As Boolean
protected virtual bool OnWindowStateChanging( 
   WindowState currentWindowState,
   WindowState newWindowState
)

パラメータ

currentWindowState
ウィンドウの現在の状態。
newWindowState
ウィンドウの新しい状態。

戻り値の型

キャンセル プロパティ値。
参照