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


In This Topic
    TunnelPropertyChanging Method
    In This Topic
    Notifies all children for a pending property change. This method allows the children nodes to examine the property and even cancel it.
    Syntax
    'Declaration
     
    
    Public Overridable Sub TunnelPropertyChanging( _
       ByVal sender As INNode, _
       ByVal e As NPropertyChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NUINodeContainer
    Dim sender As INNode
    Dim e As NPropertyChangingEventArgs
     
    instance.TunnelPropertyChanging(sender, e)
    public virtual void TunnelPropertyChanging( 
       INNode sender,
       NPropertyChangingEventArgs 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