FormView.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definição

Aciona eventos para o controle FormView quando ele executa um postback para o servidor.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Parâmetros

eventArgument
String

O argumento para o evento.

Implementações

Comentários

A página chama o IPostBackEventHandler.RaisePostBackEvent método quando ocorre um evento de postback. Essa chamada ocorre no ciclo de vida da página depois que a notificação de carregamento e alteração é concluída, mas antes de a página ser renderizada.

Aplica-se a