ObjectList.IPostBackEventHandler.RaisePostBackEvent(String) 方法
定义
有关此成员的说明,请参见 RaisePostBackEvent(String)。For a description of this member, see RaisePostBackEvent(String). 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
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
要传递给事件处理程序的可选事件参数。The optional event argument to be passed to the event handler.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ObjectList 实例被强制转换为 IPostBackEventHandler 接口时使用。It can be used only when the ObjectList instance is cast to an IPostBackEventHandler interface.