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