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

Occurs after an appointment has been added.

Syntax

Visual Basic (Declaration) 
Public Event AfterAppointmentAdd As dbiDayView.EventAfterAppointmentAddHandler
C# 
public event dbiDayView.EventAfterAppointmentAddHandler AfterAppointmentAdd

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.

PropertyDescription
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