NDragEventArgs Class Members
In This Topic
The following tables list the members exposed by NDragEventArgs.
Public Properties
| Name | Description |
 | AllowedEffect | Specifies which drag-and-drop operations are allowed by the initiator (or source) of the drag event. |
 | CurrentTargetPosition | Gets the position of the mouse in the current target coordinate system |
 | DataObject | Specifies the DataObject that contains the data associated with this event. |
 | ScreenPosition | Gets the position of the mouse in the screen coordinate system |
 | TargetPosition | Gets the position of the mouse in the target coordinate system |
Top
See Also