Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace : IDropTarget Interface |
The following tables list the members exposed by IDropTarget.
Name | Description | |
---|---|---|
CanDropElement | Determines whether the IDropTarget-derived control can receive dragged items. | |
DragEnter | Occurs when an object is dragged into the IDropTarget-derived control's bounds. | |
DragLeave | Occurs when the dragged item leaves the IDropTarget-derived control's bounds. | |
DragOver | Occurs when an object is dragged over the control's bounds. | |
Drop | Occurs when an item is dropped on an IDropTarget-derived control. |