Share via


Link.RaisePostBackEvent(String) Método

Definición

Genera eventos para el control Link cuando devuelve datos al servidor. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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

Objeto EventArgs.

Se aplica a

Consulte también