RadScheduler for ASP.NET AJAX

RadControls for ASP.NET AJAX

The AppointmentContextMenuItemClicking event occurs when an appointment context menu item is clicked, before processing default commands.

AppointmentContextMenuItemClicking has two parameters:

  • sender is the scheduler control

  • e is an object of type AppointmentContextMenuItemClickingEventArgs. It has three properties:

  • MenuItem

  • Appointment

  • Cancel

This event can be cancelled.