Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / DragDropEventArgs Class
Properties Methods


In This Topic
    DragDropEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DragDropEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a DragDropEventArgs.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the System.Windows.UIElement that is acting as a drag source.  
    Public PropertyGets the System.Windows.UIElement that is acting as a drop target.  
    Public PropertyGets or sets the DragDropEffect that will be applied when the user drops the DragSource element into the DropTarget element.  
    Public PropertyGets or sets the ScrollViewer that will scroll automatically during the drag drop operation when the mouse is near its edge.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the mouse coordinates relative to a given System.Windows.UIElement.  
    Top
    See Also