IButtonControl.CommandArgument Propriedade

Definição

Recebe ou define um argumento opcional que é propagado para o Command evento.

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

Valor de Propriedade

O argumento que é propagado ao Command evento.

Observações

Um controlo que implementa a IButtonControl interface deve implementar a CommandArgument propriedade e a CommandName propriedade para indicar o nome do argumento e do comando que são propagados ao Command evento.

Aplica-se a

Ver também