Image.RaisePostBackEvent(String) Método

Definición

Notifica al Image objeto de un evento de postback. 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

String que representa un argumento de evento opcional que se va a pasar al controlador de eventos.

Se aplica a

Consulte también