Compartir a través de


Link.RaisePostBackEvent(String) Método

Definición

Genera eventos para el Link 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

Un objeto EventArgs.

Se aplica a

Consulte también