Compartir a través de


ObjectList.RaisePostBackEvent(String) Método

Definición

Notifica al ObjectList 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 ^ 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 va a pasar al controlador de eventos.

Se aplica a

Consulte también