Processes a callback event that targets a control.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public void RaiseCallbackEvent(
	string ea
)
Visual Basic
Public Sub RaiseCallbackEvent ( _
	ea As String _
)
Visual C++
public:
virtual void RaiseCallbackEvent(
	String^ ea
) sealed

Parameters

ea
Type: System..::..String
A string that represents an event argument to pass to the event handler.

Implements

ICallbackEventHandler..::..RaiseCallbackEvent(String)

See Also