RadScheduler for ASP.NET AJAX

RadControls for ASP.NET AJAX

The RecurrenceExceptionCreated event occurs when the user creates an exception in a recurrent series. RecurrenceExceptionCreated has two parameters:

  • sender is the scheduler control.

  • e is an object of type RecurrenceExceptionCreatedEventArgs. It has four properties:- Appointment - the master appointment;- ExceptionAppointment - the newly created exception appointment;- OccurenceAppointment - the original occurrence before the exception was created;- Cancel is a boolean value that lets you prevent the creation of the exception;

Example

 

See Also