Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / PrepareDragEventArgs Class
Members


In This Topic
    PrepareDragEventArgs Class
    In This Topic
    Provides information and event data in preparation of a drag event.
    Syntax
    'Declaration
     
    Public Class PrepareDragEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As PrepareDragEventArgs
    public class PrepareDragEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             Xceed.Wpf.ListBox.PrepareDragEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PrepareDragEventArgs class using the specified DragDropContext.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the DragDropContext of the drag or drop operation.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also