System.Web.UI.PostBackOptions.Argument Property

Gets or sets an optional argument that is transferred in the postback event.

Syntax

[System.ComponentModel.DefaultValue("")]
public string Argument { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PostBackOptions.Argument property specifies an optional argument that is transferred in a postback event. This property is used to represent the EVENTARGUMENT parameter of the _doPostBack method of the client-side JavaScript.

Requirements

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