Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDragEventArgs Class
Fields Properties


In This Topic
    NDragEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NDragEventArgs.

    Public Fields
     NameDescription
    Public FieldWhether the event was processed. If not processed other mouse event processors can process it. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Top
    Public Properties
     NameDescription
    Public PropertyGets which mouse button was pressed. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Public PropertyGets the number of times the mouse button was pressed and released. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Public PropertyGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Public PropertyGets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.  
    Public PropertyGets the location of the mouse during the generating mouse event. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Public PropertyView from which the event originated (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Public PropertyGets the x-coordinate of the mouse during the generating mouse event. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Public PropertyGets the y-coordinate of the mouse during the generating mouse event. (Inherited from Nevron.Chart.Windows.NMouseEventArgs)
    Top
    See Also