FormView.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

FormView 控件回发到服务器时引发此控件的事件。

 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

参数

eventArgument
String

该事件的参数。

实现

注解

发生回发事件时, IPostBackEventHandler.RaisePostBackEvent 页面会调用 方法。 此调用在加载和更改通知完成后、呈现页面之前的页面生命周期中发生。

适用于