| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeAppointmentAdd As dbiDayView.EventBeforeAppointmentAddHandler | |
| C# | |
|---|---|
public event dbiDayView.EventBeforeAppointmentAddHandler BeforeAppointmentAdd | |
The event handler receives an argument of type BeforeAppointmentAddEventArgs containing data related to this event. The following BeforeAppointmentAddEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AllowAdd | Determines if an appointment can be added. |
| Appointment | The dbiAppointmentItem which will be added. |
| Column | Gets or sets column where the appointment will be added. |