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

Occurs just before an appointment is dropped onto the control.

Syntax

Visual Basic (Declaration) 
Public Event BeforeAppointmentDrop As dbiDayView.EventBeforeAppointmentDropHandler
C# 
public event dbiDayView.EventBeforeAppointmentDropHandler BeforeAppointmentDrop

Event Data

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

PropertyDescription
AllowDrop Determines if the appointment can be dropped.
Appointment The dbiAppointmentItem which will be dropped.
drgevent The drag and drop information before an appointment has been dropped.

Requirements

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

See Also