Command.CommandArgument Propriedade

Definição

Define ou retorna o argumento associado ao comando no ItemCommand evento. O valor padrão é uma cadeia de caracteres vazia (""). Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte 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 da propriedade

O argumento associado ao comando no ItemCommand.

Atributos

Aplica-se a

Confira também