Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / DragDropEventArgs Class
Members

In This Topic
    DragDropEventArgs Class
    In This Topic
    Class that contains data for drag-and-drop events.
    Object Model
    DragDropEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DragDropEventArgs 
       Inherits System.EventArgs
    public class DragDropEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.Core.DragDropEventArgs

    See Also