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.
DayPilot.Month.queue.notify();This method has no parameters.
Call this method after queuing client-side notify actions that should be submitted to the server together.
dp.queue.notify();