Form.RaisePostBackEvent(String) Método

Definición

Notifica un evento de postback al objeto Form. 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 ^ eventArgument);
protected void RaisePostBackEvent (string eventArgument);
member this.RaisePostBackEvent : string -> unit
Protected Sub RaisePostBackEvent (eventArgument As String)

Parámetros

eventArgument
String

String que representa un argumento de evento opcional que se pasará al controlador de evento.

Se aplica a

Consulte también