Share via


ObjectList.RaisePostBackEvent(String) Método

Definição

Notifica o objeto ObjectList de um evento de postback. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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

Um String que representa um argumento opcional de eventos que será passado para o manipulador de eventos.

Aplica-se a

Confira também