Compartir a través de


Command.CommandArgument Propiedad

Definición

Establece o devuelve el argumento asociado al comando en el ItemCommand evento . El valor predeterminado es una cadena vacía (""). Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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 propiedad

Argumento asociado al comando en .ItemCommand

Atributos

Se aplica a

Consulte también