CloseReason Enum

Definition

Specifies the reason that the wizard is closing.

public enum class CloseReason
public enum CloseReason
type CloseReason = 
Public Enum CloseReason
Inheritance
CloseReason

Fields

Canceled 0

The Cancel button was clicked.

Committed 1

The Commit button was clicked.

Applies to