Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.DragDrop Namespace : DragDropContext Class |
The following tables list the members exposed by DragDropContext.
Name | Description | |
---|---|---|
DragDropContext Constructor | Overloaded. Initializes a new instance of the DragDropContext class. |
Name | Description | |
---|---|---|
DragPaused | Raised when a drag operation is paused. | |
ParentDragContextProperty | Identifies the ParentDragContext attached property. |
Name | Description | |
---|---|---|
CanDropCursor | Gets or sets the cursor used to show that a drop operation can be performed. | |
CanDropCursorTemplate | Gets or sets the data tempate used to display the CanDropCursor. | |
Configuration | Gets the configuration information used to create this DragDropContext. | |
CurrentDropTarget | Gets the current drop target. | |
Data | Gets or sets the override DataContext of the ContentPresenter used to display the dragged content. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DraggedElement | Gets the dragged element. | |
DraggedElementRoot | Gets the visual root of the dragged element. | |
LastMouseMoveEventArgs | Gets information on the last mouse move event args. | |
MouseOffset | Gets the mouse offset of the displayed content. | |
NoDropCursor | Gets or sets the cursor used to show that a drop operation cannot be performed. | |
NoDropCursorTemplate | Gets or sets the data template used to display the NoDropCursor. | |
SiblingDraggedElements | Gets a collection of the dragged elements that are siblings of the main element being dragged. | |
SiblingsCount | Gets the number of dragged elements that are siblings of the main element being dragged. |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetParentDragContext | Retrieves the DragDropContext of an object's parent. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
DragAborted | Raised when a drag operation is aborted. | |
DragCompleted | Raised when a drag operation is completed. | |
DragMove | Raised when the mouse is moved during the drag operation. | |
DragResumed | Raised when the drag operation is resumed after having been paused. | |
DragStarted | ||
DragStarting | Raised when the drag operation is starting. | |
PropertyChanged | Raised when the value of a property is changed. |