Share via


Calendar.RaisePostBackEvent(String) 方法

定義

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

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,代表傳遞至事件處理常式的事件引數。

備註

控制項會在內部 Calendar 使用此事件。

適用於