Implemented interface member:
property
CommandArgument
System.Web.UI.WebControls.IButtonControl.CommandArgument
2 references to CommandArgument
System.Web (2)
UI\WebControls\Button.cs (2)
67
/// <para>Gets or sets the command associated with a <see cref='System.Web.UI.WebControls.Button'/> propogated in the <see langword='Command'/> event along with the <see cref='System.Web.UI.WebControls.Button.
CommandArgument
'/>
419
OnCommand(new CommandEventArgs(CommandName,
CommandArgument
));