ListCommandEventArgs.CommandSource Propiedad

Definición

Devuelve el control que provocó el evento. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

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

Valor de propiedad

El control que provocó el evento.

Se aplica a

Consulte también