FormView.IPostBackEventHandler.RaisePostBackEvent(String) Method

Definition

Raises events for the FormView control when it posts back to the server.

 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

Parameters

eventArgument
String

The argument for the event.

Implements

Remarks

The page calls the IPostBackEventHandler.RaisePostBackEvent method when a postback event occurs. This call occurs in the page life cycle after loading and change notification are complete, but before the page is rendered.

Applies to