Enumeration of event sources (PostBack/CallBack).
Namespace:
DayPilot.Web.Ui.EventsAssembly: DayPilot (in DayPilot.dll)
Version: 4.8.1425.0 (4.8.1425.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.
|