NDragDropSource Class Members
In This Topic
The following tables list the members exposed by NDragDropSource.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| AllowedEffects | Gets or sets the effects that the source supports. It is only possible to set the allowed effects before you request a drag and drop with this source (e.g. when the State property is equal to Ready) |
| DataObject | Gets the data object that is associated with this drag drop source. Only valid when this drag drop source, is requested for drag and drop, or is currently dragged and dropped. |
| DropOnMouseButtonsDown | Specifies the mouse buttons, that trigger Drop when pressed. By default set to All. |
| DropOnMouseButtonsUp | Specifies the mouse buttons, that trigger Drop when released. By default set to Left. |
| State | Gets the state of this drag drop source |
Top
Public Events
| Name | Description |
| DragEnded | Occurs when a drag a drop operation with this source has ended. |
| DragStarting | Occurs when a drag a drop operation is about to be started with this source. |
| QueryDragAction | Occurs during a drag a drop operation with this source, when there is an user activity reason (mouse buttons press/release, keyboard modifies press/release, ESC pressed etc.), that the source needs to interpret as DnD action - Drop, Continue or Cancel action. |
Top
See Also