dbicDayView Send comments on this topic.
BeforeAppointmentAdd Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : BeforeAppointmentAdd Event

Occurs before an appointment is added.

Syntax

Visual Basic (Declaration) 
Public Event BeforeAppointmentAdd As dbiDayView.EventBeforeAppointmentAddHandler
C# 
public event dbiDayView.EventBeforeAppointmentAddHandler BeforeAppointmentAdd

Event Data

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.

PropertyDescription
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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also