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


In This Topic
    TunelPropertyChanging 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 TunelPropertyChanging( _
       ByVal sender As INNode, _
       ByVal e As NPropertyChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim sender As INNode
    Dim e As NPropertyChangingEventArgs
     
    instance.TunelPropertyChanging(sender, e)
    public virtual void TunelPropertyChanging( 
       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