Click or drag to resize
OccurrenceDeleteEventArgsOccurrenceAppointment Property
Gets the occurrence appointment that is about to be removed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Appointment OccurrenceAppointment { get; }

Property Value

Type: Appointment
The occurrence appointment that is about to be removed.
Remarks
This can also be the master appointment itself. If this is the case, it'll remain in the Appointments collection, but it will be hidden (Visible=false).
See Also