Processes a callback event that targets a control.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public void RaiseCallbackEvent( string ea ) |
| Visual Basic (Declaration) |
|---|
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.