C# Class ResponsiveDemo.ViewWrapper

A simple wrapper for the application which takes advantage of the SplitView control.
显示文件 Open project: jamesmcroft/DDDNorth-Demos Class Usage Examples

Public Properties

Property Type Description
Current ViewWrapper

Public Methods

Method Description
ViewWrapper ( ) : System.Collections.Generic

Private Methods

Method Description
CheckTogglePaneButtonSizeChanged ( ) : void
OnBackButtonClick ( object sender, RoutedEventArgs e ) : void
OnBackRequested ( bool &handled ) : void
OnFrameNavigated ( object sender, NavigationEventArgs e ) : void
OnFrameNavigating ( object sender, NavigatingCancelEventArgs e ) : void

Ensures the nav menu reflects reality when navigation is triggered outside of the nav menu buttons.

OnHamburgerButtonUnchecked ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
OnPageLoaded ( object sender, RoutedEventArgs e ) : void
OnSplitViewMenuContainerContentChanging ( ListViewBase sender, ContainerContentChangingEventArgs args ) : void
OnSplitViewMenuItemInvoked ( object sender, ListViewItem listViewItem ) : void

Called when a SplitView menu item is invoked.

OnSystemNavigationBackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

ViewWrapper() public method

public ViewWrapper ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Current public_oe static_oe property

public static ViewWrapper,ResponsiveDemo Current
return ViewWrapper