System.Web.UI.WebControls.DetailsViewInsertEventArgs.CommandArgument Property

Gets the command argument for the insert operation passed to the System.Web.UI.WebControls.DetailsView control.

Syntax

public object CommandArgument { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsViewInsertEventArgs.CommandArgument property to determine the value of the command argument passed to the System.Web.UI.WebControls.DetailsView control. The DetailsViewInsertEventArgs.CommandArgument property is used to carry extra information about insertion.

Requirements

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