Partager via


ListCommandEventArgs.CommandSource Propriété

Définition

Retourne le contrôle ayant déclenché l'événement. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

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

Valeur de propriété

Contrôle qui a déclenché l'événement.

S’applique à

Voir aussi