프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FrameProperty | |||
NavigationCacheModeProperty | |||
NavigationStateProperty | |||
PageTransitionProperty | |||
ShouldWaitForImagesToLoadProperty |
메소드 | 설명 | |
---|---|---|
OnFrameChanged ( |
Provides derived classes an opportunity to handle changes to the Frame property.
|
|
OnNavigatedFromAsync ( |
Invoked immediately after the Page is unloaded and is no longer the current source of a parent AlternativeFrame.
|
|
OnNavigatedToAsync ( |
Invoked when the Page is loaded and becomes the current source of a parent AlternativeFrame.
|
|
OnNavigatingFromAsync ( |
Invoked immediately before the Page is unloaded and is no longer the current source of a parent AlternativeFrame.
|
|
OnNavigatingToAsync ( |
When overriden in child classes - enables to perform limited processing before a navigation progresses.
|
|
OnTransitionedFromAsync ( ) : System.Threading.Tasks.Task |
Called when the page has transitioned from.
|
|
OnTransitionedToAsync ( ) : System.Threading.Tasks.Task |
Called when the page is being transitioned to.
|
|
OnTransitioningFromAsync ( ) : System.Threading.Tasks.Task |
Called when the page is being transitioning from.
|
|
OnTransitioningToAsync ( ) : System.Threading.Tasks.Task |
When overriden in child classes - enables to perform limited processing before a transition starts.
|
|
PreloadAsync ( object parameter ) : System.Threading.Tasks.Task |
Preloads page content if the page gets preloaded using AlternativeFrame.Preload() call. Child classes can override this method to provide additional behavior, e.g. initializing page view model based on the parameter. If another page gets navigated to - the preloaded page will be released or cached depending on its NavigationCacheMode property. |
|
UnloadPreloadedAsync ( ) : System.Threading.Tasks.Task |
When overriden in a derived class - unloads the preloaded page data.
|
메소드 | 설명 | |
---|---|---|
OnFrameChanged ( |
Handles changes to the Frame property.
|
|
OnNavigatedFromInternalAsync ( |
||
OnNavigatedToInternalAsync ( |
||
OnNavigatingFromInternalAsync ( |
||
OnNavigatingToInternalAsync ( |
The last call before page transition occurs, but after the page has been added to visual tree. An opportunity to wait for some limited loading to complete before the transition animation is played.
|
|
OnTransitionedFromInternalAsync ( ) : System.Threading.Tasks.Task | ||
OnTransitionedToInternalAsync ( ) : System.Threading.Tasks.Task | ||
OnTransitioningFromInternalAsync ( ) : System.Threading.Tasks.Task | ||
OnTransitioningToInternalAsync ( ) : System.Threading.Tasks.Task | ||
PreloadInternalAsync ( object parameter ) : System.Threading.Tasks.Task | ||
UnloadPreloadedInternalAsync ( ) : System.Threading.Tasks.Task |
protected OnFrameChanged ( |
||
oldFrame | The old Frame value | |
newFrame | The new Frame value | |
리턴 | void |
protected OnNavigatedFromAsync ( |
||
e | /// Event data that can be examined by overriding code. The event data is representative /// of the navigation that has unloaded the current Page. /// | |
리턴 | System.Threading.Tasks.Task |
protected OnNavigatedToAsync ( |
||
e |
/// Event data that can be examined by overriding code. The event data is representativeThe |
|
리턴 | System.Threading.Tasks.Task |
protected OnNavigatingFromAsync ( |
||
e | /// Event data that can be examined by overriding code. The event data is representative /// of the navigation that will unload the current Page unless canceled. The /// navigation can potentially be canceled by setting Cancel. /// | |
리턴 | System.Threading.Tasks.Task |
protected OnNavigatingToAsync ( |
||
e | The |
|
리턴 | System.Threading.Tasks.Task |
protected OnTransitionedFromAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
protected OnTransitionedToAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
protected OnTransitioningFromAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
protected OnTransitioningToAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
protected PreloadAsync ( object parameter ) : System.Threading.Tasks.Task | ||
parameter | object | The parameter. |
리턴 | System.Threading.Tasks.Task |
protected UnloadPreloadedAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public static DependencyProperty,Windows.UI.Xaml FrameProperty | ||
리턴 |
public static DependencyProperty,Windows.UI.Xaml NavigationCacheModeProperty | ||
리턴 |
public static DependencyProperty,Windows.UI.Xaml NavigationStateProperty | ||
리턴 |
public static DependencyProperty,Windows.UI.Xaml PageTransitionProperty | ||
리턴 |