Nevron .NET Vision
Nevron.Diagram Namespace / NNodeMouseEventArgs Class
Fields Properties


In This Topic
    NNodeMouseEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NNodeMouseEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public FieldWhether the event is handled or not. If not handled the event will be bubbled  
    Public FieldNode which was hit and originially received the event from the view (Inherited from Nevron.Diagram.NMouseEventArgs)
    Public FieldNode which fired the event. If same with HitNode then the event was not bubbled  
    Public FieldWhether the event was processed. If not processed other mouse event processors can process it. (Inherited from Nevron.Diagram.NMouseEventArgs)
    Public FieldMouse point in scene coordinates (Inherited from Nevron.Diagram.NMouseEventArgs)
    Public FieldView from which the event originated (Inherited from Nevron.Diagram.NMouseEventArgs)
    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