IButtonControl.CommandArgument Propiedad

Definición

Obtiene o establece un argumento opcional que se propaga al 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

Valor de propiedad

El argumento que se propaga al evento Command.

Comentarios

Un control que implementa la IButtonControl interfaz debe implementar la CommandArgument propiedad y la CommandName propiedad para indicar el argumento y el nombre del comando que se propagan al Command evento.

Se aplica a

Consulte también