| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeAppointmentChange As dbiDayView.EventBeforeAppointmentChangeHandler | |
| C# | |
|---|---|
public event dbiDayView.EventBeforeAppointmentChangeHandler BeforeAppointmentChange | |
The event handler receives an argument of type BeforeAppointmentChangeEventArgs containing data related to this event. The following BeforeAppointmentChangeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AllowChange | Determines if a change to the appointment can occur. |
| Appointment | The dbiAppointmentItem which will be changed. |
| Index | Gets or sets the zero-based index of the appointment which will be changed. |