Nevron .NET Vision
Nevron.UI Namespace / NUINode Class / BubblePropertyChanging Method
The sender of this notification. It may differ from the originator.
The arguments associated with the event.


In This Topic
    BubblePropertyChanging Method
    In This Topic
    Bubbles the PropertyChanging notification up in the parent tree.
    Syntax
    'Declaration
     
    
    Public Overridable Sub BubblePropertyChanging( _
       ByVal sender As INUINode, _
       ByVal e As NPropertyChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NUINode
    Dim sender As INUINode
    Dim e As NPropertyChangingEventArgs
     
    instance.BubblePropertyChanging(sender, e)
    public virtual void BubblePropertyChanging( 
       INUINode sender,
       NPropertyChangingEventArgs e
    )

    Parameters

    sender
    The sender of this notification. It may differ from the originator.
    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