Implemented interface member:
property
CommandName
System.Web.UI.WebControls.IButtonControl.CommandName
12 writes to CommandName
System.Web (12)
UI\WebControls\ButtonColumn.cs (1)
243
button.
CommandName
= CommandName;
UI\WebControls\ChangePassword.cs (3)
2692
pushButton.
CommandName
= ContinueButtonCommandName;
2965
pushButton.
CommandName
= ChangePasswordButtonCommandName;
2970
pushButton.
CommandName
= CancelButtonCommandName;
UI\WebControls\CreateUserWizard.cs (2)
3085
CommandName
= ContinueButtonCommandName,
3475
CommandName
= commandName,
UI\WebControls\EditCommandColumn.cs (1)
172
button.
CommandName
= commandName;
UI\WebControls\login.cs (1)
1838
pushButton.
CommandName
= LoginButtonCommandName;
UI\WebControls\PasswordRecovery.cs (2)
2301
pushButton.
CommandName
= SubmitButtonCommandName;
2617
pushButton.
CommandName
= SubmitButtonCommandName;
UI\WebControls\Wizard.cs (1)
3088
button.
CommandName
= commandName;
UI\WebParts\ImportCatalogPart.cs (1)
141
_uploadButton.
CommandName
= "upload";
2 references to CommandName
System.Web (2)
UI\WebControls\Button.cs (2)
89
/// the <see langword='Command'/> event with the associated <see cref='System.Web.UI.WebControls.Button.
CommandName
'/>
419
OnCommand(new CommandEventArgs(
CommandName
, CommandArgument));