PostBackOptions.Argument Property

Definition

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

public:
 property System::String ^ Argument { System::String ^ get(); void set(System::String ^ value); };
public string Argument { get; set; }
member this.Argument : string with get, set
Public Property Argument As String

Property Value

The optional argument that is transferred in the postback event. The default value is an empty string ("").

Remarks

The 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.

Applies to