Nevron .NET Vision
Nevron.Dom Namespace / NNodeEventSinkService Class / NodeAttributeChanged Event


In This Topic
    NodeAttributeChanged Event
    In This Topic
    Fired when a node attribute has changed
    Syntax
    'Declaration
     
    
    Public Event NodeAttributeChanged As NodeAttributeEventHandler
    'Usage
     
    
    Dim instance As NNodeEventSinkService
    Dim handler As NodeAttributeEventHandler
     
    AddHandler instance.NodeAttributeChanged, handler
    public event NodeAttributeEventHandler NodeAttributeChanged
    Remarks
    You can install a node event listener for this event
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also