Timer.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

在将页发送到服务器时引发 Tick 事件。

 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

一个包含要传递给事件处理程序的可选参数的字符串。

实现

注解

此成员是显式接口成员的实现。 它只能在 Timer 实例被强制转换为 IPostBackEventHandler 接口时使用。

适用于