Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / TunelPropertyChanged Method
The sender of the notification. May differ from the originator of the event.
The arguments associated with the event.


In This Topic
    TunelPropertyChanged Method
    In This Topic
    Notifies all children for a property change. This method allows the children nodes to perform additional updates.
    Syntax
    'Declaration
     
    
    Public Overridable Sub TunelPropertyChanged( _
       ByVal sender As INNode, _
       ByVal e As NPropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim sender As INNode
    Dim e As NPropertyChangedEventArgs
     
    instance.TunelPropertyChanged(sender, e)
    public virtual void TunelPropertyChanged( 
       INNode sender,
       NPropertyChangedEventArgs e
    )

    Parameters

    sender
    The sender of the notification. May differ from the originator of the event.
    e
    The arguments associated with the 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