Implemented interface member:
property
CommandName
System.Web.UI.WebControls.IButtonControl.CommandName
11 writes to CommandName
System.Web (11)
UI\WebControls\ChangePassword.cs (3)
2686
imageButton.
CommandName
= ContinueButtonCommandName;
2953
imageButton.
CommandName
= ChangePasswordButtonCommandName;
2958
imageButton.
CommandName
= CancelButtonCommandName;
UI\WebControls\Column.cs (1)
313
sortButton.
CommandName
= DataGrid.SortCommandName;
UI\WebControls\CreateUserWizard.cs (2)
3091
CommandName
= ContinueButtonCommandName,
3464
CommandName
= commandName,
UI\WebControls\DataControlField.cs (1)
486
sortButton.
CommandName
= DataControlCommands.SortCommandName;
UI\WebControls\login.cs (1)
1832
imageButton.
CommandName
= LoginButtonCommandName;
UI\WebControls\PasswordRecovery.cs (2)
2295
imageButton.
CommandName
= SubmitButtonCommandName;
2611
imageButton.
CommandName
= SubmitButtonCommandName;
UI\WebControls\Wizard.cs (1)
3078
imageButton.
CommandName
= commandName;
2 references to CommandName
System.Web (2)
UI\WebControls\ImageButton.cs (2)
74
/// <see cref='System.Web.UI.WebControls.ImageButton.
CommandName
'/>
480
OnCommand(new CommandEventArgs(
CommandName
, CommandArgument));