New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

TimeSlotContextMenuItemClicking

The TimeSlotContextMenuItemClicking event occurs when a time slotcontext menu item is clicked, before processing default commands. The event is not triggered in Web Service binding scernarios.

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.

In this article