MenuEventArgs.CommandSource Proprietà

Definizione

Ottiene la classe Object che ha generato l'evento.

public:
 property System::Object ^ CommandSource { System::Object ^ get(); };
public object CommandSource { get; }
member this.CommandSource : obj
Public ReadOnly Property CommandSource As Object

Valore della proprietà

Object

La classe Object che ha generato l'evento.

Commenti

Utilizzare la CommandSource proprietà per accedere all'evento Object generato.

Si applica a

Vedi anche