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

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 OccurrenceDeleteEventArgs : SchedulerCancelEventArgs

The OccurrenceDeleteEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOccurrenceDeleteEventArgs
Top
Properties
  NameDescription
Public propertyAppointment
Gets the master appointment that was used to generate the occurrence.
(Overrides SchedulerCancelEventArgsAppointment.)
Public propertyOccurrenceAppointment
Gets the occurrence appointment that is about to be removed.
Top
See Also