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


In This Topic
    NNodeDragEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NNodeDragEventArgs.

    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 originally hit in the view (Inherited from Nevron.Diagram.NDragEventArgs)
    Public FieldNode for which the event was generated  
    Public FieldWhether the event was processed. If not processed other drag drop event processors can process it (Inherited from Nevron.Diagram.NDragEventArgs)
    Public FieldLocation of the mouse in scene coordinates (Inherited from Nevron.Diagram.NDragEventArgs)
    Public FieldView from which the event originated (Inherited from Nevron.Diagram.NDragEventArgs)
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.Forms.DragEventArgs)
    Public Property (Inherited from System.Windows.Forms.DragEventArgs)
    Public Property (Inherited from System.Windows.Forms.DragEventArgs)
    Public Property (Inherited from System.Windows.Forms.DragEventArgs)
    Public Property (Inherited from System.Windows.Forms.DragEventArgs)
    Public Property (Inherited from System.Windows.Forms.DragEventArgs)
    Top
    See Also