The TimeSlotContextMenuItemClicking event occurs when a time slot context menu item is clicked, before processing default commands.
TimeSlotContextMenuItemClicking has two parameters:
sender is the scheduler control
e is an object of type TimeSlotContextMenuItemClickingEventArgs. It has three properties:
MenuItem
TimeSlot
Cancel
This event can be cancelled.