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