SelectionChangingEventArgs.Node Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.