Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDragEventArgs Class
Members


In This Topic
    NDragEventArgs Class
    In This Topic
    Contains information about the current mouse and keyboard state when dragging occurs.
    Object Model
    NDragEventArgs Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    Public Class NDragEventArgs 
       Inherits NMouseEventArgs
    'Usage
     
    
    Dim instance As NDragEventArgs
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    public class NDragEventArgs : NMouseEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Nevron.Chart.Windows.NMouseEventArgs
             Nevron.Chart.Windows.NDragEventArgs

    Requirements

    Target Platforms: 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