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

Occurs after an appointment location has changed.

Syntax

Visual Basic (Declaration) 
Public Event AfterAppointmentChange As dbiDayView.EventAfterAppointmentChangeHandler
C# 
public event dbiDayView.EventAfterAppointmentChangeHandler AfterAppointmentChange

Event Data

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

PropertyDescription
Appointment Gets or sets the dbiAppointmentItem class of the appointment which has just been changed.
Index The zero-based index of the appointment which has just been changed.

Requirements

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

See Also