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

Occurs before the start/end time of an appointment changes.

Syntax

Visual Basic (Declaration) 
Public Event BeforeAppointmentChange As dbiDayView.EventBeforeAppointmentChangeHandler
C# 
public event dbiDayView.EventBeforeAppointmentChangeHandler BeforeAppointmentChange

Event Data

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

PropertyDescription
AllowChange Determines if a change to the appointment can occur.
Appointment The dbiAppointmentItem which will be changed.
Index Gets or sets the zero-based index of the appointment which will be changed.

Requirements

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

See Also