Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The BeforeNewApptDrag event fires when the user is about to drag a new appointment but before the dragging actually occurs. This event gives the developer the opportunity to decide if the new appointment should be created. To cancel the dragging operation, simply set the Cancel property to 1.

The EntityID is identifies the entity in which the user intends to create a new appointment. The DateTime parameter is the time where the draggin started. If the operation is not cancelled, this will be the new start or end time, depending on the direction the user dragged.

...