C# Class BuildIt.MvvmCross.UI.Views.BaseStateEnabledPage

Inheritance: MvxWindowsPageMvxPhonePageMvxStorePage
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
BaseStateEnabledPage ( ) : System
SubscribeToBackRequestedEvent ( ) : void
UnsubscribeFromBackRequestedEvent ( ) : void

Protected Methods

Method Description
BackRequested ( object sender, BackRequestedEventArgs e ) : void
DumpExistingViewModel ( NavigationEventArgs e ) : void
LoadStateBundle ( NavigationEventArgs navigationEventArgs ) : IMvxBundle
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatedToCompleted ( ) : System.Threading.Tasks.Task
SaveStateBundle ( NavigationEventArgs navigationEventArgs, IMvxBundle bundle ) : void

Private Methods

Method Description
ClearViews ( object sender, EventArgs e ) : void
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void
RunStoryboard ( object sender, Action>.DualParameterEventArgs e ) : void
StopStoryboard ( object sender, ParameterEventArgs e ) : void

Handles the stop storyboard event

ViewModelStateChanged ( object sender, bool>.DualParameterEventArgs e ) : void

Method Details

BackRequested() protected method

protected BackRequested ( object sender, BackRequestedEventArgs e ) : void
sender object
e BackRequestedEventArgs
return void

BaseStateEnabledPage() public method

public BaseStateEnabledPage ( ) : System
return System

DumpExistingViewModel() protected method

protected DumpExistingViewModel ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

LoadStateBundle() protected method

protected LoadStateBundle ( NavigationEventArgs navigationEventArgs ) : IMvxBundle
navigationEventArgs NavigationEventArgs
return IMvxBundle

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatedToCompleted() protected method

protected OnNavigatedToCompleted ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SaveStateBundle() protected method

protected SaveStateBundle ( NavigationEventArgs navigationEventArgs, IMvxBundle bundle ) : void
navigationEventArgs NavigationEventArgs
bundle IMvxBundle
return void

SubscribeToBackRequestedEvent() public method

public SubscribeToBackRequestedEvent ( ) : void
return void

UnsubscribeFromBackRequestedEvent() public method

public UnsubscribeFromBackRequestedEvent ( ) : void
return void