Nevron .NET Vision
Nevron.UI Namespace / NUIFrameworkElement Class / OnParentAttributePropertyChanged Method


In This Topic
    OnParentAttributePropertyChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnParentAttributePropertyChanged( _
       ByVal attributeFullName As System.String, _
       ByVal propertyName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NUIFrameworkElement
    Dim attributeFullName As System.String
    Dim propertyName As System.String
     
    instance.OnParentAttributePropertyChanged(attributeFullName, propertyName)
    protected virtual void OnParentAttributePropertyChanged( 
       System.string attributeFullName,
       System.string propertyName
    )

    Parameters

    attributeFullName
    propertyName
    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