4 writes to Cancel
System.Web (4)
UI\WebControls\CreateUserWizard.cs (2)
2735e.Cancel = (Page != null && !Page.IsValid); 2741e.Cancel = true;
UI\WebControls\Wizard.cs (2)
1467args.Cancel = true; 1763args.Cancel = true;
3 references to Cancel
System.Web (3)
UI\WebControls\CreateUserWizard.cs (1)
2737if (!e.Cancel) {
UI\WebControls\Wizard.cs (2)
1473if (!args.Cancel) { 1819if (!args.Cancel) {