Version

ActivitiesDragged Event

Raised after a drag operation involving one or more activities has been completed.
Syntax
'Declaration
 
Public Event ActivitiesDragged As EventHandler(Of ActivitiesDraggedEventArgs)
public event EventHandler<ActivitiesDraggedEventArgs> ActivitiesDragged
Event Data

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

PropertyDescription
Activities (Inherited from Infragistics.Controls.Schedules.ActivitiesEventArgs)Returns the associated ActivityBase instances
IsCopy Returns true if the drag operation resulted in a copy of the activities.
Remarks

The ActivitiesDragged event is raised after a drag operation involving one or more activities has been completed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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