Nevron .NET Vision
Nevron.Dom Namespace / NNodeEventSinkService Class
Fields Properties Methods Events


In This Topic
    NNodeEventSinkService Class Members
    In This Topic

    The following tables list the members exposed by NNodeEventSinkService.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeAttributeChanged event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeAttributePropertyChanged event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeAttributePropertyChanging event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeIndexChanged event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeInserted event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodePropertyChanged event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodePropertyChanging event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeRemoved event  
    Public Fieldstatic (Shared in Visual Basic)Key for the NodeRemoving event  
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from Nevron.Dom.NService)
    Top
    Public Properties
     NameDescription
    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  
    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  
    Protected PropertyObtains a reference to the internal hashtable, which maps nodes to a delegate storage for its event listeners  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an event listener for the event of the specified node  
    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  
    Public MethodFires the NodeAttributePropertyChanged event  
    Public MethodFires the NodeAttributePropertyChanging event  
    Public MethodFires the NodeIndexChanged event  
    Public MethodFires the NodeInserted event  
    Public MethodFires the NodePropertyChanged event  
    Public MethodFires the NodePropertyChanging event  
    Public MethodFires the NodeRemoved event  
    Public MethodFires the NodeRemoving 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 MethodRemoves all event listerners for the specified node  
    Public MethodOverloaded. Removes the event listener for the event of the specified node  
    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  
    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  
    Public EventFired when a node attribute property has changed  
    Public EventFired when a node attribute property is changing  
    Public EventFired when a the index of the node inside its parent has changed  
    Public EventFired when a node has been inserted in a parent  
    Public EventFired when a node property has changed  
    Public EventFired when a node property is changing  
    Public EventFired when a node has been removed from a parent  
    Public EventFired when a node is about to be removed from a parent  
    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