Namespace: DayPilot.Web.Mvc.Events.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public enum EventMoveHandlingType
Visual Basic
Public Enumeration EventMoveHandlingType
Visual C++
public enum class EventMoveHandlingType

Members

Member nameValueDescription
JavaScript0 The user action will run a JavaScript function.
CallBack1 The user action will call an AJAX CallBack event.
Notify2 Fast client-side update without the need to reload all events from the server.
Disabled3 This functionality is disabled at all.

See Also