Callback handling.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll)
Version: 4.8.1425.0 (4.8.1425.0)
Syntax
| C# |
|---|
public void RaiseCallbackEvent( string eventArgument ) |
| Visual Basic (Declaration) |
|---|
Public Sub RaiseCallbackEvent ( _ eventArgument As String _ ) |
| Visual C++ |
|---|
public: virtual void RaiseCallbackEvent( String^ eventArgument ) sealed |
Parameters
- eventArgument
- Type: System..::.String