Nevron .NET Vision
Nevron.UI Namespace / NUINode Class / OnPropertyChanged Method


In This Topic
    OnPropertyChanged Method (NUINode)
    In This Topic
    Fires the PropertyChanged event. The method bubbles up the change and allows any parent to perform additional update.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As NPropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NUINode
    Dim e As NPropertyChangedEventArgs
     
    instance.OnPropertyChanged(e)
    protected virtual void OnPropertyChanged( 
       NPropertyChangedEventArgs e
    )

    Parameters

    e
    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