ActivityDragEventArgs Class
Represents a class that provides data for the OnDragDrop, OnDragEnter, and OnDragOver events in the workflow designer.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
System::EventArgs
System.Windows.Forms::DragEventArgs
System.Workflow.ComponentModel.Design::ActivityDragEventArgs
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



