ListViewCommandEventArgs.CommandSource Proprietà

Definizione

Ottiene l'origine del comando.

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

Origine del comando.

Commenti

Utilizzare la CommandSource proprietà per accedere alle proprietà dell'oggetto che rappresenta l'origine del comando. Per l'oggetto, l'origine ListViewCommandEventArgs del comando è il ListView controllo che contiene il pulsante fatto clic sull'utente.

Si applica a

Vedi anche