The DropData type exposes the following members.

Constructors

  NameDescription
Public methodDropData
Creates new DropData structure

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  NameDescription
Public fielddraggedContext
DataContext of the dragged element
Public fielddropPoint
Point where drop occured in target element
Public fieldtargetContext
DataContext of the element where drop occured

See Also