Nevron .NET Vision
Nevron.Chart Namespace / NEventSinkService Class
Fields Properties Methods Events


In This Topic
    NEventSinkService Class Members
    In This Topic

    The following tables list the members exposed by NEventSinkService.

    Public Constructors
     NameDescription
    Public Constructor  
    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 (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 NodeIndexChanged event (Inherited from Nevron.Dom.NNodeEventSinkService)
    Public MethodFires the NodeInserted event (Inherited from Nevron.Dom.NNodeEventSinkService)
    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 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 (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 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 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 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