DialogPage.ApplyKind Enum

Definition

An enumeration that describes dialog page apply behavior.

public: enum class DialogPage::ApplyKind
enum DialogPage::ApplyKind
public enum DialogPage.ApplyKind
type DialogPage.ApplyKind = 
Public Enum DialogPage.ApplyKind
Inheritance
DialogPage.ApplyKind

Fields

Apply 0

Apply - Allows the changes to be applied

Cancel 1

CancelNavigate - Cancels the apply event and navigates to the page cancelling the event.

CancelNoNavigate 2

CancelNoNavigate - Cancels the apply event and returns the active page, not the page cancelling the event.

Remarks

Allows the OnApply event to be canceled with optional navigation instructions.

Applies to