The TimeSlotContextMenuItemClicked event occurs after a time slot context menu item is clicked.
TimeSlotContextMenuItemClicked has two parameters:
sender is the scheduler control
e is an object of type TimeSlotContextMenuItemClickedEventArgs. It has two properties:
MenuItem
TimeSlot
This event cannot be cancelled.