PageFunction(Of T).OnReturn Method
A PageFunction(Of T) calls OnReturn to return to the caller, passing a return value via a ReturnEventArgs(Of T) object
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
- Type: System.Windows.Navigation.ReturnEventArgs(Of T)
A ReturnEventArgs(Of T) object that contains the PageFunction(Of T) return value (Result).
OnReturn is called by a PageFunction(Of T) to initiate a navigation to the calling page.
This causes the Return event to be raised, in order for the calling page to:
Detect when the PageFunction(Of T) has returned.
Retrieve the return value from the PageFunction(Of T).
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.