Enum ContentDialogResult
Specifies identifiers to indicate the return value of a ContentDialog.
public enum ContentDialogResult
Fields
None = 0No button was tapped.
Primary = 1The primary button was tapped by the user.
Secondary = 2The secondary button was tapped by the user.