DropTargetEventArgs Class Members
The following tables list the members exposed by DropTargetEventArgs.
Public Constructors
Name | Description | |
---|---|---|
DropTargetEventArgs Constructor | Initialize a new instance of a DropTargetEventArgs class |
Public Fields
Name | Description | |
---|---|---|
Data | Data object used to encapsulate the object being dropped | |
DragDropEffect | The target drop effect in a drag-and-drop operation. | |
DragEventArgs | The windows DragEventArgs object | |
IsValidDropTarget | Boolean used to indicate if drop target is valid for a particular DataObject | |
Target | The DropTarget object |
See Also