Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramEventSinkService Class
Fields Properties Methods Events


In This Topic
    NDiagramEventSinkService Class Members
    In This Topic

    The following tables list the members exposed by NDiagramEventSinkService.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeBoundsChanged event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeBoundsChanging event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeClick event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeDoubleClick event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeDragDrop event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeDragEnter event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeDragLeave event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeDragOver event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeKeyDown event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeKeyPress event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeKeyUp event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseDown event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseEnter event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseHover event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseLeave event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseMove event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseUp event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeMouseWheel event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeTransformChanged event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeTransfornChanging event  
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from Nevron.Dom.NService)
    Top
    Public Properties
     NameDescription
    Public PropertyDelegate for the is InputChar query  
    Public PropertyDelegate for the is InputKey query  
    Public PropertyGets/sets the name of the service (Inherited from Nevron.Dom.NService)
    Public PropertyGets the current service status (Inherited from Nevron.Dom.NService)
    Top
    Protected Properties
     NameDescription
    Protected PropertyObtains a reference to the internal delegate storage of the broadcased events (Inherited from Nevron.Dom.NNodeEventSinkService)
    Protected PropertyObtains a reference to the internal hashtable, which is used to map node event names to the keys which can be used in a delegate storage (Inherited from Nevron.Dom.NNodeEventSinkService)
    Protected PropertyObtains a reference to the internal hashtable, which maps nodes to a delegate storage for its event listeners (Inherited from Nevron.Dom.NNodeEventSinkService)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an event listener for the event of the specified node (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public Method (Inherited from Nevron.Dom.NService)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NService)
    Public MethodFires the NodeAttributeChanged event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeAttributePropertyChanged event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeAttributePropertyChanging event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeBoundsChanged event  
    Public MethodFires the NodeBoundsChanging event  
    Public MethodFires the NodeClick event  
    Public MethodFires the NodeDoubleClick event  
    Public MethodFires the NodeDragDrop event  
    Public MethodFires the NodeDragEnter event  
    Public MethodFires the NodeDragLeave event  
    Public MethodFires the NodeDragOver event  
    Public MethodFires the NodeIndexChanged event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeInserted event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeKeyDown event  
    Public MethodFires the NodeKeyPress event  
    Public MethodFires the NodeKeyUp event  
    Public MethodFires the NodeMouseDown event  
    Public MethodFires the NodeMouseEnter event  
    Public MethodFires the NodeMouseHover event  
    Public MethodFires the NodeMouseLeave event  
    Public MethodFires the NodeMouseMove event  
    Public MethodFires the NodeMouseUp event  
    Public MethodFires the NodeMouseWheel event  
    Public MethodFires the NodePropertyChanged event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodePropertyChanging event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeRemoved event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeRemoving event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeTransformChanged event  
    Public MethodFires the NodeTransformChanging event  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NService)
    Public MethodPauses the service (Inherited from Nevron.Dom.NService)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NService)
    Public MethodQueries whether the specified char is an input char for the specified node  
    Public MethodQueries whether the specified key is an input key for the specified node  
    Public MethodRemoves all event listerners for the specified node (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodOverloaded. Removes the event listener for the event of the specified node (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodRestarts the service (Inherited from Nevron.Dom.NService)
    Public MethodResumes the service (Inherited from Nevron.Dom.NService)
    Public MethodStarts the service (Inherited from Nevron.Dom.NService)
    Public MethodStops the service (Inherited from Nevron.Dom.NService)
    Public Method (Inherited from Nevron.Dom.NService)
    Public MethodUpdates the references stored by the object (Inherited from Nevron.Dom.NService)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the event delegate which should be used to fire the event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Protected MethodCalled when the service is paused (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when the service is resumed (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when the service is started (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when the service is stopped (Inherited from Nevron.Dom.NService)
    Top
    Public Events
     NameDescription
    Public EventFired when a node attribute has changed (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a node attribute property has changed (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a node attribute property is changing (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when the bounds of a node have changed  
    Public EventFired when the bounds of a node are about to change  
    Public EventFired when the user clicked on a node  
    Public EventFired when the user double clicked on a node  
    Public EventFired when a dragged object is dropped on a node  
    Public EventFired when a dragged object entered a node  
    Public EventFired when a dragged object leaves a node  
    Public EventFired when a dragged object is moved over a node  
    Public EventFired when a the index of the node inside its parent has changed (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a node has been inserted in a parent (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a key is down  
    Public EventFired when a key is pressed  
    Public EventFired when a key is up  
    Public EventFired when a mouse button is down in a node  
    Public EventFired when the mouse entered a node  
    Public EventFired when the mouse hovers in a node  
    Public EventFired when the mouse leaves a node  
    Public EventFired when the mouse moves in a node  
    Public EventFired when a mouse button went up in a node  
    Public EventFired when the mouse wheel was moved in a node  
    Public EventFired when a node property has changed (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a node property is changing (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a node has been removed from a parent (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when a node is about to be removed from a parent (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public EventFired when the transformation of a node has been changed  
    Public EventFired when the transformation of a node is about to change  
    Public EventFired when the service was paused (Inherited from Nevron.Dom.NService)
    Public EventFired when the service was resumed (Inherited from Nevron.Dom.NService)
    Public EventFired when the service was started (Inherited from Nevron.Dom.NService)
    Public EventFired when the service was stopped (Inherited from Nevron.Dom.NService)
    Top
    See Also