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();
DayPilot