Processes a callback event that targets a control.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 7.3.2834.0 (7.3.2834.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.