Table.RaisePostBackEvent(String) 方法

定义

窗体回发到服务器时引发 Table 控件的事件。

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

一个表示事件参数的 String

注解

页面将 参数的值 argument 传递给 RaisePostBackEvent 方法。

适用于

另请参阅