Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextureFillStyle Class / OnAttributeChanged Method
full attribute name


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

    Parameters

    attributeFullName
    full attribute name
    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