ObjectList.RaisePostBackEvent(String) Método

Definição

Notifica o ObjectList objeto de um evento de postback. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com 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

A String que representa um argumento de evento opcional a ser passado ao gestor de eventos.

Aplica-se a

Ver também