Table.RaisePostBackEvent(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表單回傳至伺服器時,會引發 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
傳遞至 RaisePostBackEvent 方法。