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 控件在内部使用。

适用于