NavigatedEventArgs Constructor

[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 Sub New ( _
    fromPage As INavigationPage, _
    toPage As INavigationPage _
)
public NavigatedEventArgs(
    INavigationPage fromPage,
    INavigationPage toPage
)
public:
NavigatedEventArgs(
    INavigationPage^ fromPage, 
    INavigationPage^ toPage
)
new : 
        fromPage:INavigationPage * 
        toPage:INavigationPage -> NavigatedEventArgs
public function NavigatedEventArgs(
    fromPage : INavigationPage, 
    toPage : INavigationPage
)

Parameters

.NET Framework Security

See Also

Reference

NavigatedEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace