Share via


Table.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

有关此成员的说明,请参见 RaisePostBackEvent(String)

 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

该事件的参数。

实现

注解

通常,在窗体发回服务器时,应使用 Table.RaisePostBackEvent 方法为 Table 控件引发事件。

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

继承者说明

若要定义用于为 对象引发 事件的 Table 自定义实现,请 RaisePostBackEvent(String) 重写 成员。 显式接口实现调用 RaisePostBackEvent(String) 方法以在控件的已发布数据发生更改时引发 事件。

适用于

另请参阅