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


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

    Parameters

    attributeFullName
    full attribute name
    Remarks
    This implementation will fire a NodeAttributeChanged event. If this node is INPaintable and the Style attribute has changed it will invalidate the node.
    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