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


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