WizardNavigationEventArgs.Cancel Propriedade

Definição

Obtém ou define um valor que indica se a navegação para a próxima etapa no assistente deverá ser cancelada.Gets or sets a value indicating whether the navigation to the next step in the wizard should be canceled.

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

Valor da propriedade

Boolean

true se a navegação para a próxima etapa deve ser cancelada; caso contrário, false .true if the navigation to the next step should be canceled; otherwise, false. O valor padrão é false.The default value is false.

Aplica-se a