Click or drag to resize

DragDropTargetEventArgs Properties

The DragDropTargetEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllowedEffect
Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event.
Public propertyBufferSize
Gets the size of the buffer.
Public propertyDataObject
Gets the Data Object that contains the data associated with this event.
Public propertyEffect
Gets or sets the target drop effect in a drag-and-drop operation.
Public propertyHResult
Gets or sets the Windows HRESULT for the operation.
Public propertyHwnd
Gets the HWND that hosts the event. May be zero.
Public propertyItem
Gets the context Shell Item.
Public propertyKeyState
Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
Public propertyOnDemandDataObject
Gets the related on OnDemandDataObject instance. Only valid (not null) if a custom OnDemandDataObject instance was provided on OnGetOnDemandDataObjectEvent.
Public propertyStreamsAreRealized
Gets a value indicating whether streams are realized.
Public propertyType
Gets the type of drag and drop event.
Public propertyX
Gets the x-coordinate of the mouse pointer, in screen coordinates.
Public propertyY
Gets the y-coordinate of the mouse pointer, in screen coordinates.
Top
See Also