Command.CommandArgument Propriedade

Definição

Define ou devolve o argumento associado ao comando no ItemCommand evento. O valor padrão é uma cadeia vazia (""). Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

public:
 property System::String ^ CommandArgument { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string CommandArgument { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CommandArgument : string with get, set
Public Property CommandArgument As String

Valor de Propriedade

O argumento associado ao comando no ItemCommand.

Atributos

Aplica-se a

Ver também