OccurrenceDeleteEventArgsOccurrenceAppointment Property |
Gets the occurrence appointment that is about to be removed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Appointment OccurrenceAppointment { get; }
Public ReadOnly Property OccurrenceAppointment As Appointment
Get
public:
property Appointment^ OccurrenceAppointment {
Appointment^ get ();
}
member OccurrenceAppointment : Appointment with get
Property Value
Type:
AppointmentThe 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