DialogReason Enum

Definition

Indicates in which a dialog-related method is being called.

public enum DialogReason
type DialogReason = 
Public Enum DialogReason
Inheritance
DialogReason

Fields

BeginCalled 0

A dialog was started.

CancelCalled 4

A dialog was canceled.

ContinueCalled 1

A dialog was continued.

EndCalled 2

A dialog was ended normally.

NextCalled 5

A preceding step of the dialog was skipped.

ReplaceCalled 3

A dialog was ending because it was replaced.

Applies to