Compartir por


IButtonControl.CommandArgument Propiedad

Definición

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

Argumento que se propaga al Command evento.

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