NavigationEventArgs.ToPage 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 ToPage As INavigationPage
public INavigationPage ToPage { get; protected set; }
public:
property INavigationPage^ ToPage {
    INavigationPage^ get ();
    protected: void set (INavigationPage^ value);
}
member ToPage : INavigationPage with get, set
function get ToPage () : INavigationPage 
protected function set ToPage (value : INavigationPage)

Property Value

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

.NET Framework Security

See Also

Reference

NavigationEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace