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


In This Topic
    NodeAttributePropertyChanged Event
    In This Topic
    Fired when a node attribute property has changed
    Syntax
    'Declaration
     
    
    Public Event NodeAttributePropertyChanged As NodeAttributePropertyEventHandler
    'Usage
     
    
    Dim instance As NNodeEventSinkService
    Dim handler As NodeAttributePropertyEventHandler
     
    AddHandler instance.NodeAttributePropertyChanged, handler
    public event NodeAttributePropertyEventHandler NodeAttributePropertyChanged
    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