Compartir vía


Command.RaisePostBackEvent(String) Método

Definición

Genera eventos para el Command control cuando se envía al servidor. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con ASP.NET.

protected:
 void RaisePostBackEvent(System::String ^ argument);
protected void RaisePostBackEvent(string argument);
member this.RaisePostBackEvent : string -> unit
Protected Sub RaisePostBackEvent (argument As String)

Parámetros

argument
String

Argumento para el evento.

Comentarios

El RaisePostBackEvent control usa internamente el Command método cuando se hace clic en él para generar un Click evento.

Se aplica a

Consulte también