FormView.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definição

Gera eventos para o FormView controle quando ele é postagem de volta 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 após a conclusão do carregamento e da notificação de alteração, mas antes que a página seja renderizada.

Aplica-se a