Nevron .NET Vision
Nevron.Diagram Namespace / NNodeViewEventArgs Class
Fields


In This Topic
    NNodeViewEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NNodeViewEventArgs.

    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.NViewEventArgs)
    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 processors can process it (Inherited from Nevron.Diagram.NViewEventArgs)
    Public FieldView in which the event originated (Inherited from Nevron.Diagram.NViewEventArgs)
    Top
    See Also