New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
AppointmentContextMenuItemClicked
Updated on Aug 24, 2026
The AppointmentContextMenuItemClicked event occurs after an appointment context menu item is clicked. The event is not triggered in Web Service binding scernarios.
AppointmentContextMenuItemClicking has two parameters:
-
sender is the scheduler control
-
e is an object of type AppointmentContextMenuItemClickedEventArgs. It has two properties:
-
MenuItem
-
Appointment
This event cannot be cancelled.