The DragDropEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DragDropEventArgs |
Initializes a new instance of a DragDropEventArgs.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetPosition |
Gets the mouse coordinates relative to a given UIElement.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
DragSource |
Gets the UIElement that is acting as a drag source.
|
![]() |
DropTarget |
Gets the UIElement that is acting as a drop target.
|
![]() |
Effect |
Gets or sets the DragDropEffect that will be applied when the user drops the
DragSource element into the DropTarget element.
|
![]() |
ScrollViewer |
Gets or sets the ScrollViewer that will scroll automatically during the
drag drop operation when the mouse is near its edge.
|