Implemented interface member:
property
CommandName
System.Web.UI.WebControls.IButtonControl.CommandName
12 writes to CommandName
System.Web (12)
UI\WebControls\ButtonColumn.cs (1)
243button.CommandName = CommandName;
UI\WebControls\ChangePassword.cs (3)
2692pushButton.CommandName = ContinueButtonCommandName; 2965pushButton.CommandName = ChangePasswordButtonCommandName; 2970pushButton.CommandName = CancelButtonCommandName;
UI\WebControls\CreateUserWizard.cs (2)
3085CommandName = ContinueButtonCommandName, 3475CommandName = commandName,
UI\WebControls\EditCommandColumn.cs (1)
172button.CommandName = commandName;
UI\WebControls\login.cs (1)
1838pushButton.CommandName = LoginButtonCommandName;
UI\WebControls\PasswordRecovery.cs (2)
2301pushButton.CommandName = SubmitButtonCommandName; 2617pushButton.CommandName = SubmitButtonCommandName;
UI\WebControls\Wizard.cs (1)
3088button.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'/> 419OnCommand(new CommandEventArgs(CommandName, CommandArgument));