Table.RaisePostBackEvent(String) 方法

定义

窗体回发到服务器时引发 Table 控件的事件。Raises events for the Table control when a form is posted back to the server.

protected:
 virtual void RaisePostBackEvent(System::String ^ argument);
protected virtual void RaisePostBackEvent (string argument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (argument As String)

参数

argument
String

一个表示事件参数的 StringA String that represents the argument for the event.

注解

该页将参数值传递 argumentRaisePostBackEvent 方法。The page passes the value of the argument parameter to the RaisePostBackEvent method.

适用于