Fires when queued client-side operations are notified to the server.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public event NotifyEventHandler Notify |
| Visual Basic |
|---|
Public Event Notify As NotifyEventHandler |
| Visual C++ |
|---|
public: event NotifyEventHandler^ Notify { void add (NotifyEventHandler^ value); void remove (NotifyEventHandler^ value); } |