バージョン

NavigationPaneFlyoutClosedEventArgs コンストラクタ

NavigationPaneFlyoutClosedEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal canceled As Boolean, _
   ByVal selectedItem As UltraExplorerBarItem _
)
public NavigationPaneFlyoutClosedEventArgs( 
   bool canceled,
   UltraExplorerBarItem selectedItem
)

パラメータ

canceled
フライアウト セッションがキャンセルされたかどうかを指定します。
selectedItem
フライアウト セッションの間にエンドユーザーによって選択された UltraExplorerBarItem
参照