Xceed Ultimate ListBox for Silverlight Documentation
DragDropContext Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by DragDropContext.

Public Constructors
 NameDescription
Public ConstructorDragDropContext ConstructorOverloaded. 

Initializes a new instance of the DragDropContext class.

 
Top
Public Fields
 NameDescription
Public FieldDragPausedRaised when a drag operation is paused.  
Public Fieldstatic (Shared in Visual Basic)ParentDragContextProperty

Identifies the ParentDragContext attached property.

 
Top
Public Properties
 NameDescription
Public PropertyCanDropCursor

Gets or sets the cursor used to show that a drop operation can be performed.

 
Public PropertyCanDropCursorTemplate

Gets or sets the data tempate used to display the CanDropCursor.

 
Public PropertyConfiguration

Gets the configuration information used to create this DragDropContext.

 
Public PropertyCurrentDropTargetGets the current drop target.  
Public PropertyDataGets or sets the override DataContext of the ContentPresenter used to display the dragged content.  
Public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
Public PropertyDraggedElement

Gets the dragged element.

 
Public PropertyDraggedElementRoot

Gets the visual root of the dragged element.

 
Public PropertyLastMouseMoveEventArgsGets information on the last mouse move event args.  
Public PropertyMouseOffsetGets the mouse offset of the displayed content.  
Public PropertyNoDropCursor

Gets or sets the cursor used to show that a drop operation cannot be performed.

 
Public PropertyNoDropCursorTemplate

Gets or sets the data template used to display the NoDropCursor.

 
Public PropertySiblingDraggedElements

Gets a collection of the dragged elements that are siblings of the main element being dragged.

 
Public PropertySiblingsCount

Gets the number of dragged elements that are siblings of the main element being dragged.

 
Top
Public Methods
 NameDescription
Public MethodClearValue (Inherited from System.Windows.DependencyObject)
Public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetParentDragContextRetrieves the DragDropContext of an object's parent.  
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top
Public Events
 NameDescription
Public EventDragAbortedRaised when a drag operation is aborted.  
Public EventDragCompletedRaised when a drag operation is completed.  
Public EventDragMoveRaised when the mouse is moved during the drag operation.    
Public EventDragResumedRaised when the drag operation is resumed after having been paused.  
Public EventDragStarted  
Public EventDragStartingRaised when the drag operation is starting.  
Public EventPropertyChangedRaised when the value of a property is changed.  
Top
See Also

Reference

DragDropContext Class
Xceed.Silverlight.DragDrop Namespace

Send Feedback