Enumeration of event sources (PostBack/CallBack).
            
    Namespace: 
   DayPilot.Web.Ui.EventsAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# | 
|---|
public enum EventSource  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration EventSource  | 
| Visual C++ | 
|---|
public enum class EventSource  | 
Members
| Member name | Description | |
|---|---|---|
| PostBack | 
            Event was executed by a PostBack.
              | |
| CallBack | 
            Event was executed by an AJAX callback.
              |