Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / DragEventArgs Class
Members


In This Topic
    DragEventArgs Class
    In This Topic
    Summary description for DragEventArgs.
    Object Model
    DragEventArgs Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    Public Class DragEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As DragEventArgs
    [ClassInterface(ClassInterfaceType.AutoDual)]
    public class DragEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Chart.GraphicsCore.DragEventArgs

    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.  
    Public PropertyGets the x-coordinate of the mouse pointer, in control client coordinates.  
    Public PropertyGets the y-coordinate of the mouse pointer, in control client coordinates.  
    Top
    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