Enumeration of event sources (CallBack/Notify).

Namespace: DayPilot.Web.Mvc.Events
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public enum EventSource
Visual Basic
Public Enumeration EventSource
Visual C++
public enum class EventSource

Members

Member nameValueDescription
CallBack0 Event was executed by an AJAX callback.
Notify1 Event was executed by an AJAX callback after the view has been updated on the client side.

See Also