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


In This Topic
    NMouseEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NMouseEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public FieldWhether the event was processed. If not processed other mouse event processors can process it.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets which mouse button was pressed.  
    Public PropertyGets the number of times the mouse button was pressed and released.  
    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.  
    Public PropertyGets the location of the mouse during the generating mouse event.  
    Public PropertyView from which the event originated  
    Public PropertyGets the x-coordinate of the mouse during the generating mouse event.  
    Public PropertyGets the y-coordinate of the mouse during the generating mouse event.  
    Top
    See Also