IButtonControl.CommandArgument Proprietà

Definizione

Ottiene o imposta un argomento facoltativo che viene propagato all'evento Command.

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

Valore della proprietà

Argomento che viene propagato all'evento Command.

Commenti

Un controllo che implementa l'interfaccia deve implementare la IButtonControl proprietà e la CommandArgumentCommandName proprietà per indicare l'argomento e il nome del comando propagati all'evento Command .

Si applica a

Vedi anche