Name | Description | |
---|---|---|
![]() | Items | A list collection of the drop items. |
The following tables list the members exposed by DropInfo.
Name | Description | |
---|---|---|
![]() | Data | Gets the drag data. |
![]() | DragEventArgs | Gets arguments relevant to all drag-and-drop events. |
![]() | DragInfo | Gets a DragInfo object holding information about the source of the drag, if the drag came from within the framework. |
![]() | DropTargetAdorner | Gets or sets the class of drop target to display. |
![]() | Effects | Gets or sets the allowed effects for the drop. |
![]() | Handled | Gets or sets boolean indicating if the drop was handled. |
![]() | InsertIndex | Gets the current insert position within TargetCollection. |
![]() | TargetCollection | Gets the collection that the target ItemsControl is bound to. |
![]() | TargetItem | Gets the object that the current drop target is bound to. |
![]() | TargetModel | Allows drop handlers to specify an alternate target object. |
![]() | VisualTarget | Gets the control that is the current drop target. |
![]() | VisualTargetItem | Gets the item in an ItemsControl that is the current drop target. |
![]() | VisualTargetOrientation | Gets the orientation of the current drop target. |