C1.WPF Namespace : DragDropEventArgs Class |
The following tables list the members exposed by DragDropEventArgs.
Name | Description | |
---|---|---|
![]() | DragDropEventArgs Constructor | Initializes a new instance of a DragDropEventArgs. |
Name | Description | |
---|---|---|
![]() | DragSource | Gets the System.Windows.UIElement that is acting as a drag source. |
![]() | DropTarget | Gets the System.Windows.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. |
Name | Description | |
---|---|---|
![]() | GetPosition | Gets the mouse coordinates relative to a given System.Windows.UIElement. |