DayPilot.Month.queue.notify

The queue.notify() method submits the notification queue to the server and invokes the Notify event handler.

This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.

Declaration

DayPilot.Month.queue.notify();

Parameters

This method has no parameters.

Notes

Call this method after queuing client-side notify actions that should be submitted to the server together.

Example

dp.queue.notify();

See Also

DayPilot.Month.queue.clear()

DayPilot.Month.notifyCommit

DayPilot.Month Class