DialogPage.ApplyKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.