Version

NavigationPaneFlyoutClosedEventArgs Class Members

The following tables list the members exposed by NavigationPaneFlyoutClosedEventArgs.

Public Constructors
 NameDescription
Public ConstructorNavigationPaneFlyoutClosedEventArgs ConstructorCreates a new instance of the NavigationPaneFlyoutClosedEventArgs class.  
Public Properties
 NameDescription
Public PropertyCanceledReturns whether the flyout session was canceled, for example, whether the end user pressed the Escape key to close the flyout.  
Public PropertySelectedItemReturns the UltraExplorerBarItem that was selected by the end user during the flyout session, or null if the flyout session was canceled.  
See Also