This documentation is archived and is not being maintained.
ActivityDragEventArgs Class
Visual Studio 2010
Represents a class that provides data for the OnDragDrop, OnDragEnter, and OnDragOver events in the workflow designer.
System::Object
System::EventArgs
System.Windows.Forms::DragEventArgs
System.Workflow.ComponentModel.Design::ActivityDragEventArgs
System::EventArgs
System.Windows.Forms::DragEventArgs
System.Workflow.ComponentModel.Design::ActivityDragEventArgs
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The ActivityDragEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Activities | Gets a collection of activities upon which a drag-and-drop operation is performed. |
![]() | AllowedEffect | Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event. (Inherited from DragEventArgs.) |
![]() | Data | Gets the IDataObject that contains the data associated with this event. (Inherited from DragEventArgs.) |
![]() | DragImageSnapPoint | Gets or sets the location where the activities are to be dropped on the workflow design surface. |
![]() | DragInitiationPoint | Gets the Point on the workflow design surface where a drag operation began. |
![]() | Effect | Gets or sets the target drop effect in a drag-and-drop operation. (Inherited from DragEventArgs.) |
![]() | KeyState | Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. (Inherited from DragEventArgs.) |
![]() | X | Gets the x-coordinate of the mouse pointer, in screen coordinates. (Inherited from DragEventArgs.) |
![]() | Y | Gets the y-coordinate of the mouse pointer, in screen coordinates. (Inherited from DragEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
These event arguments are passed to ActivityDesigner classes when a drag-and-drop operation is in progress on the workflow design surface. ActivityDesigner classes can access the information contained in the ActivityDragEventArgs class to influence the behavior of the operation.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
