Implemented interface member:
property
CommandName
System.Web.UI.WebControls.IButtonControl.CommandName
27 writes to CommandName
System.Web (27)
UI\WebControls\ButtonColumn.cs (1)
234
button.
CommandName
= CommandName;
UI\WebControls\ChangePassword.cs (3)
2680
linkButton.
CommandName
= ContinueButtonCommandName;
2941
linkButton.
CommandName
= ChangePasswordButtonCommandName;
2947
linkButton.
CommandName
= CancelButtonCommandName;
UI\WebControls\Column.cs (1)
331
sortButton.
CommandName
= DataGrid.SortCommandName;
UI\WebControls\CreateUserWizard.cs (2)
3079
CommandName
= ContinueButtonCommandName,
3453
CommandName
= commandName,
UI\WebControls\DataControlField.cs (1)
515
sortButton.
CommandName
= DataControlCommands.SortCommandName;
UI\WebControls\DataGrid.cs (5)
1316
prevButton.
CommandName
= DataGrid.PageCommandName;
1332
nextButton.
CommandName
= DataGrid.PageCommandName;
1381
button.
CommandName
= DataGrid.PageCommandName;
1401
button.
CommandName
= DataGrid.PageCommandName;
1418
button.
CommandName
= DataGrid.PageCommandName;
UI\WebControls\DetailsView.cs (3)
2020
button.
CommandName
= DataControlCommands.PageCommandName;
2040
button.
CommandName
= DataControlCommands.PageCommandName;
2053
button.
CommandName
= DataControlCommands.PageCommandName;
UI\WebControls\EditCommandColumn.cs (1)
163
button.
CommandName
= commandName;
UI\WebControls\FormView.cs (3)
1718
button.
CommandName
= DataControlCommands.PageCommandName;
1737
button.
CommandName
= DataControlCommands.PageCommandName;
1749
button.
CommandName
= DataControlCommands.PageCommandName;
UI\WebControls\GridView.cs (3)
2582
button.
CommandName
= DataControlCommands.PageCommandName;
2602
button.
CommandName
= DataControlCommands.PageCommandName;
2616
button.
CommandName
= DataControlCommands.PageCommandName;
UI\WebControls\login.cs (1)
1826
linkButton.
CommandName
= LoginButtonCommandName;
UI\WebControls\PasswordRecovery.cs (2)
2289
linkButton.
CommandName
= SubmitButtonCommandName;
2605
linkButton.
CommandName
= SubmitButtonCommandName;
UI\WebControls\Wizard.cs (1)
3069
linkButton.
CommandName
= commandName;
4 references to CommandName
System.Web (4)
UI\WebControls\LinkButton.cs (4)
85
/// <see langword='Command '/>event along with the associated <see cref='System.Web.UI.WebControls.LinkButton.
CommandName
'/>
415
/// to the server, and a <see langword='Command'/> event if the <see cref='System.Web.UI.WebControls.LinkButton.
CommandName
'/>
426
/// to the server, and a <see langword='Command'/> event if the <see cref='System.Web.UI.WebControls.LinkButton.
CommandName
'/>
435
OnCommand(new CommandEventArgs(
CommandName
, CommandArgument));