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

TimeSlotContextMenuItemClicked

The TimeSlotContextMenuItemClicked event occurs after a time slot context menu item is clicked. The event is not triggered in Web Service binding scernarios.

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.

In this article