Search
DragDropEventArgs Members
Constructors Properties
 


Specifies data for drag and drop related events.

The following tables list the members exposed by the DragDropEventArgs type.

 Public Constructors

  Name Description

DragDropEventArgs

Initializes a new instance of the DragDropEventArgs class.

 Public Properties

  Name Description

dragItem

Gets the item, associated with the event.

dropTarget

Gets an object, containing data about the target of the operation.

 See Also