Calendar.RaisePostBackEvent(String) Method

Definition

Raises events for the Calendar control when it posts back to the server. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Parameters

eventArgument
String

A string with data required for processing the event.

Remarks

This method is used primarily by custom control developers.

Applies to

See also