ASP.NET Pack Programmer's Guide
Calendar.RaisePostBackEvent Method
See Also
 





When implemented by a derived class, enables a server control to process an event raised when a form is posted to the server.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void RaisePostBackEvent (
    string eventArgument
)

Visual Basic  Copy Code

Public Sub RaisePostBackEvent( _
    eventArgument As String _
)

 Parameters

eventArgument
Type: String
A string that represents an optional event argument to be passed to the event handler.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace