ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragDropManager Class
Properties Methods Events


In This Topic
    C1DragDropManager Class Members
    In This Topic

    The following tables list the members exposed by C1DragDropManager.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the C1DragDropManager should automatically scroll the System.Windows.Controls.ScrollViewer that contains the drop target.  
    Public PropertyGets or sets the number of milliseconds between auto scroll steps.  
    Public PropertyGets or sets the distance between the mouse and the edges of a drag target element that triggers the auto scroll process.  
    Public PropertyGets or sets the number of pixels to scroll in each auto scroll step.  
    Public PropertyGets a reference to the C1.Silverlight.C1DragDropManager.Canvas being used to show the drag-and-drop process.  
    Public PropertyGets or sets the distance in pixels that the mouse must move before a drag operation starts.  
    Public PropertyGets a reference to the System.Windows.Controls.Border used to highlight the drag source.  
    Public PropertyGets the System.Windows.Controls.Border used to indicate the drop location.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all the registered sources  
    Public MethodRemoves all the registered targets  
    Public MethodInitiates a drag drop operation using a System.Windows.UIElement as a source, supporting a specified DragDropEffect.  
    Public MethodRegisters a System.Windows.UIElement to act as a drag source.  
    Public MethodRegisters (or unregisters) an element as a drop target.  
    Public MethodUn-registers a System.Windows.UIElement as a drag source.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the DragAutoScroll event.  
    Protected MethodRaises the DragDrop event.  
    Protected MethodRaises the DragEnter event.  
    Protected MethodRaises the DragLeave event.  
    Protected MethodRaises the DragOver event.  
    Protected MethodRaises the DragStart event.  
    Top
    Public Events
     NameDescription
    Public EventFires after the C1DragDropManager automatically scrolls a System.Windows.Controls.ScrollViewer in order to keep the drop location within view.  
    Public EventFires at the end of a drag drop process, when the user releases the mouse button over a registered drop target.  
    Public EventFires during a drag drop process, when the cursor enters a registered drop target.  
    Public EventFires during a drag drop process, when the cursor leaves a registered drop target.  
    Public EventFires during a drag drop process, when the cursor moves over a registered drop target.  
    Public EventFires when a drag drop process starts.  
    Top
    See Also