Enumeration of event sources (CallBack/Notify).
Namespace: DayPilot.Web.Mvc.EventsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| CallBack | 0 | Event was executed by an AJAX callback. | |
| Notify | 1 | Event was executed by an AJAX callback after the view has been updated on the client side. |