dbicDayView Send comments on this topic.
drgevent Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > BeforeAppointmentDropEventArgs Class : drgevent Property

The drag and drop information before an appointment has been dropped.

Syntax

Visual Basic (Declaration) 
Public Property drgevent As DragEventArgs
C# 
public DragEventArgs drgevent {get; set;}

Property Value

The drgevent property specifies any data associated with this event; the current state of the SHIFT, CTRL, and ALT keys; the location of the mouse pointer; and the drag-and-drop effects allowed by the source and target of the drag event.

Requirements

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

See Also