Share via


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 方法。

適用於

另請參閱