Implemented interface member:
property
CommandArgument
System.Web.UI.WebControls.IButtonControl.CommandArgument
2 writes to CommandArgument
System.Web (2)
UI\WebControls\Column.cs (1)
314sortButton.CommandArgument = sortExpression;
UI\WebControls\DataControlField.cs (1)
487sortButton.CommandArgument = sortExpression;
2 references to CommandArgument
System.Web (2)
UI\WebControls\ImageButton.cs (2)
51/// <para>Gets or sets the command associated with the <see cref='System.Web.UI.WebControls.ImageButton'/> that is propogated in the <see langword='Command'/> event along with the <see cref='System.Web.UI.WebControls.ImageButton.CommandArgument'/> 480OnCommand(new CommandEventArgs(CommandName, CommandArgument));