Calendar::RaisePostBackEvent Method (String^)

 

Raises an event for the Calendar control when it posts back to the server.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void RaisePostBackEvent(
	String^ eventArgument
)

Parameters

eventArgument
Type: System::String^

A String that represents the event argument passed to the event handler.

This event is used internally by the Calendar control.

.NET Framework
Available since 2.0
Return to top
Show: