MenuEventArgs.CommandSource Propriedade
Definição
public:
property System::Object ^ CommandSource { System::Object ^ get(); };
public object CommandSource { get; }
member this.CommandSource : obj
Public ReadOnly Property CommandSource As Object
Valor da propriedade
O Object que acionou o evento.The Object that raised the event.
Comentários
Use a CommandSource propriedade para acessar o Object que gerou o evento.Use the CommandSource property to access the Object that raised the event.