Click or drag to resize
RecurrenceExceptionCreatedEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Kettic.AspNet.ControlsSchedulerCancelEventArgs
        Kettic.AspNet.ControlsRecurrenceExceptionCreatedEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class RecurrenceExceptionCreatedEventArgs : SchedulerCancelEventArgs

The RecurrenceExceptionCreatedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAppointment
Gets the master appointment to which the recurrence exception is about to be attached.
(Overrides SchedulerCancelEventArgsAppointment.)
Public propertyExceptionAppointment
Gets the recurrence exception appointment that is about to be created.
Public propertyOccurrenceAppointment
Gets the occurrence appointment that is about to be overriden by the recurrence exception.
Top
See Also