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

Occurs after an appointment has been dropped on the control.

Syntax

Visual Basic (Declaration) 
Public Event AfterAppointmentDrop As dbiDayView.EventAfterAppointmentDropHandler
C# 
public event dbiDayView.EventAfterAppointmentDropHandler AfterAppointmentDrop

Event Data

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

PropertyDescription
drgevent Gets or sets the drag and drop information after an appointment has been dropped.

Requirements

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

See Also