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