Version

ActivitiesDragComplete Event

Fired after a drag/drop operation that contains one or more Appointments and/or Notes has been completed.
Syntax
'Declaration
 
Public Event ActivitiesDragComplete As ActivitiesDragCompleteEventHandler
public event ActivitiesDragCompleteEventHandler ActivitiesDragComplete
Event Data

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

PropertyDescription
Canceled Returns whether the drag/drop operation was terminated by being canceled by the end user.
Remarks

The ActivitiesDragComplete event is fired after a drag operation that includes Appointments or Notes has been completed.

To determine what Appointments and/or Notes have been dragged, use the SelectedAppointments and SelectedNotes collections, respectively.

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