Xceed.Silverlight.Controls.v2.0 Assembly : Xceed.Silverlight.DragDrop Namespace |
Contains all the classes related to the drag and drop capabilities of Xceed's Silverlight products.
Class | Description | |
---|---|---|
DragDropCancelEventArgs | Provides information for cancelable drag-and-drop related events. | |
DragDropContext | Provides information on drag and drop operations. | |
DragDropContext.SiblingsCollection | Represents a collection of the sibling elements (selected items) of a dragged element. | |
DragDropManager | Provides utility methods related to drag or drop operations. | |
DragDropMoveEventArgs | Provides information for move-related events during drag-drop operations. | |
DraggedElementConfiguration | Contains information used to set various properties on a DragDropContext when it is created. | |
DropEventArgs | Provides information for drop-related events. |
Interface | Description | |
---|---|---|
IDropTarget | Defines members that targets can implement to handle dropped items. | |
IProvideDraggedContentPresenter | Defines members that source controls can implement to provide content presenters of dragged items. |
Delegate | Description | |
---|---|---|
CanDropEventHandler | Represents the method that will handle the IDropTargetCanDropElement event. |
Enumeration | Description | |
---|---|---|
DragDropCursor | Value representing the cursor that will be used. |