SelectionChangingEventArgs.Node Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Node As INavigationNode
public INavigationNode Node { get; set; }
public:
property INavigationNode^ Node {
    INavigationNode^ get ();
    void set (INavigationNode^ value);
}
member Node : INavigationNode with get, set
function get Node () : INavigationNode 
function set Node (value : INavigationNode)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.INavigationNode
Returns INavigationNode.

.NET Framework Security

See Also

Reference

SelectionChangingEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace