Enumeration of event sources (PostBack/CallBack).
Namespace: DayPilot.Web.Ui.EventsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public enum EventSource |
| Visual Basic |
|---|
Public Enumeration EventSource |
| Visual C++ |
|---|
public enum class EventSource |
Members
| Member name | Value | Description | |
|---|---|---|---|
| PostBack | 0 | Event was executed by a PostBack. | |
| CallBack | 1 | Event was executed by an AJAX callback. | |
| Notify | 2 | Event was executed by an AJAX callback after the view has been updated on the client side. |