
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> Public Class DragEventArgs Inherits System.EventArgs
'Usage Dim instance As DragEventArgs
[ClassInterface(ClassInterfaceType.AutoDual)] public class DragEventArgs : System.EventArgs
System.Object
System.EventArgs
Xceed.Chart.GraphicsCore.DragEventArgs
Name | Description | |
---|---|---|
![]() | m_nKeyState | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_nX | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_nY | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | KeyState | Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. |
![]() | X | Gets the x-coordinate of the mouse pointer, in control client coordinates. |
![]() | Y | Gets the y-coordinate of the mouse pointer, in control client coordinates. |
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