System.Web.UI.WebControls.IButtonControl.CommandArgument Property

Gets or sets an optional argument that is propagated to the IButtonControl.Command event.

Syntax

public string CommandArgument { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A control that implements the System.Web.UI.WebControls.IButtonControl interface must implement the IButtonControl.CommandArgument property and the IButtonControl.CommandName property to indicate the argument and command name that are propagated to the IButtonControl.Command event.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0