PageNavigationResult Class

Definition

Contains the result state after leaving a page in the Connected Services dialog.

public ref class PageNavigationResult
[Windows::Foundation::Metadata::WebHostHidden]
class PageNavigationResult
public class PageNavigationResult
type PageNavigationResult = class
Public Class PageNavigationResult
Inheritance
PageNavigationResult

Constructors

PageNavigationResult()

Initializes a new instance of the PageNavigationResult class.

Properties

ErrorMessage

Gets or sets the message that should be shown in a message box to the user.

IsSuccess

Gets or sets a value indicating whether the navigation can succeed.

ShowMessageBoxOnFailure

Gets or sets a value indicating whether the ErrorMessage should be shown to the user in a message box or not displayed at all.

Success

A successful PageNavigationResult which allows the user to navigate away from the current page.

Applies to