Version

AppointmentsDragDropEventArgs Constructor

Creates a new instance of the AppointmentsDragDropEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal appointments As ReadOnlyAppointmentsCollection, _
   ByVal copiedAppointments As ReadOnlyAppointmentsCollection, _
   ByVal initialOwner As Owner, _
   ByVal newOwner As Owner, _
   ByVal hasCopies As Boolean _
)

Parameters

appointments
A read-only collection of the appointments on which the drag operation has been performed.
copiedAppointments
A read-only collection of the appointments that were copied as a result of the user pressing the Control key during the course of the drag operation. Note that these instances represent clones of the appointments being dragged, whose start and end times are the same as that of the original appointments when the drag operation was first initiated.
initialOwner
The Owner of the appointments at the time the drag operation was initiated.
newOwner
The Owner of the appointments closest to the current cursor position.
hasCopies
Specifies whether the dropped Appointments are copies of the originally selected appointments.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also