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