共用方式為


Chart.RaisePostBackEvent(String) 方法

定義

表單回傳至伺服器時,會引發 Chart 控制項的事件。

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

參數

eventArgument
String

做為 string 物件的事件引數。

適用於