GridView.IPostBackEventHandler.RaisePostBackEvent(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 GridView 控件回发到服务器时引发此控件的合适的事件。
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
为引发的一个或多个事件创建 CommandEventArgs 时所使用的事件参数。
实现
注解
当发生回发事件以引发控件的相应事件GridView时,页面将调用RaisePostBackEvent该方法。 加载和更改通知完成后,此调用在页面生命周期内发生,但在预呈现之前发生。 此方法已实现,为引发的事件或事件创建 CommandEventArgs 对象。
备注
此方法主要由控件开发人员用来扩展 GridView 控件。