Fires when queued client-side operations are notified to the server.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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);
}

See Also