C# Class Intense.Presentation.FrameCommands

Provides a set of commands for navigating a frame.
Inheritance: Windows.UI.Xaml.DependencyObject, IFrameNavigationEventSink
Show file Open project: firstfloorsoftware/intense Class Usage Examples

Public Properties

Property Type Description
FrameProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
FrameCommands ( ) : System

Initializes a new instance of the FrameCommands class.

Private Methods

Method Description
CanGoBack ( ) : bool
CanGoForward ( ) : bool
CanGoHome ( ) : bool
GoBack ( ) : void
GoForward ( ) : void
GoHome ( ) : void
IFrameNavigationEventSink ( object sender, NavigatingCancelEventArgs e ) : void
IFrameNavigationEventSink ( object sender, NavigationEventArgs e ) : void
IFrameNavigationEventSink ( object sender, NavigationFailedEventArgs e ) : void
OnFrameChanged ( DependencyObject o, DependencyPropertyChangedEventArgs args ) : void
OnFrameChanged ( Frame oldFrame, Frame newFrame ) : void
UpdateCommandStates ( ) : void

Method Details

FrameCommands() public method

Initializes a new instance of the FrameCommands class.
public FrameCommands ( ) : System
return System

Property Details

FrameProperty public static property

Identifies the Frame dependency property.
public static DependencyProperty,Windows.UI.Xaml FrameProperty
return Windows.UI.Xaml.DependencyProperty