Nevron .NET Vision
Nevron.Diagram Namespace / NDocument Class / OnAttributeChanged Method
full attribute name


In This Topic
    OnAttributeChanged Method (NDocument)
    In This Topic
    Called by child or descendants attributes when an attribute has changed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnAttributeChanged( _
       ByVal attributeFullName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDocument
    Dim attributeFullName As System.String
     
    instance.OnAttributeChanged(attributeFullName)
    public virtual void OnAttributeChanged( 
       System.string attributeFullName
    )

    Parameters

    attributeFullName
    full attribute name
    Remarks
    Fires the NodeAttributeChanged 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