NavigatingEventArgs Constructor
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 NavigatingEventArgs(
INavigationPage fromPage,
INavigationPage toPage
)
public:
NavigatingEventArgs(
INavigationPage^ fromPage,
INavigationPage^ toPage
)
new :
fromPage:INavigationPage *
toPage:INavigationPage -> NavigatingEventArgs
public function NavigatingEventArgs(
fromPage : INavigationPage,
toPage : INavigationPage
)
Parameters
- fromPage
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationPage
.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.