Occurs after an appointment has been added.
Syntax
Event Data
The event handler receives an argument of type AfterAppointmentAddEventArgs containing data related to this event. The following AfterAppointmentAddEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Appointment | Gets or sets the dbiAppointmentItem class of the appointment which has just been added. |
| Index | The zero-based index of the appointment which has just been added. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also