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

Occurs after an appointment has been removed.

Syntax

Visual Basic (Declaration) 
Public Event AfterAppointmentRemoved As dbiDayView.EventAfterAppointmentRemovedHandler
C# 
public event dbiDayView.EventAfterAppointmentRemovedHandler AfterAppointmentRemoved

Event Data

The event handler receives an argument of type AfterAppointmentRemovedEventArgs containing data related to this event. The following AfterAppointmentRemovedEventArgs properties provide information specific to this event.

PropertyDescription
Appointment The dbiAppointmentItem which has just been removed.
Index The zero based index of the dbiAppointmentItem that was changed.

Requirements

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

See Also