CommandArgument property. An argument which is propogated in the OnCommand event with the associated Command property.
[Visual Basic] Public Property CommandArgument As String [C#] public string CommandArgument {get; set;} [C++] public: __property String* get_CommandArgument(); public: __property void set_CommandArgument(String*); [JScript] public function get CommandArgument() : String; public function set CommandArgument(String);
LinkButton Class | LinkButton Members | System.Web.UI.WebControls Namespace