ComponentOne FinancialChart for WPF
C1.WPF Namespace / DragDropEventArgs Class
Members



In This Topic
    DragDropEventArgs Class
    In This Topic
    Class that contains data for drag-and-drop events.
    Syntax
    'Declaration
     
    
    Public Class DragDropEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As DragDropEventArgs
    public class DragDropEventArgs : System.EventArgs 
    public ref class DragDropEventArgs : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DragDropEventArgs

    See Also