Nevron .NET Vision
Nevron.Diagram 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 FieldNode which was hit and originially received the event from the view  
    Public FieldWhether the event was processed. If not processed other mouse event processors can process it.  
    Public FieldMouse point in scene coordinates  
    Public FieldView from which the event originated  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.Forms.MouseEventArgs)
    Public Property (Inherited from System.Windows.Forms.MouseEventArgs)
    Public Property (Inherited from System.Windows.Forms.MouseEventArgs)
    Public Property (Inherited from System.Windows.Forms.MouseEventArgs)
    Public Property (Inherited from System.Windows.Forms.MouseEventArgs)
    Public Property (Inherited from System.Windows.Forms.MouseEventArgs)
    Top
    See Also