PageFunction<T>::OnReturn Method
A PageFunction<T> calls OnReturn to return to the caller, passing a return value via a ReturnEventArgs<T> object
Namespace: System.Windows.Navigation
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
- Type: System.Windows.Navigation::ReturnEventArgs<T>
A ReturnEventArgs<T> object that contains the PageFunction<T> return value (Result).
OnReturn is called by a PageFunction<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<T> has returned.
Retrieve the return value from the PageFunction<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.