バージョン

WindowStateChangingEventArgs コンストラクタ

WindowStateChangingEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal currentWindowState As WindowState, _
   ByVal newWindowState As WindowState _
)
public WindowStateChangingEventArgs( 
   WindowState currentWindowState,
   WindowState newWindowState
)

パラメータ

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