FormView.IPostBackEventHandler.RaisePostBackEvent(String) Metoda

Definicja

Zgłasza zdarzenia dla kontrolki po opublikowaniu FormView jej z powrotem na serwerze.

 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

Parametry

eventArgument
String

Argument zdarzenia.

Implementuje

Uwagi

Strona wywołuje metodę po wystąpieniu IPostBackEventHandler.RaisePostBackEvent zdarzenia ogłaszania zwrotnego. To wywołanie odbywa się w cyklu życia strony po załadowaniu i zakończeniu powiadamiania o zmianie, ale przed renderowaniem strony.

Dotyczy