The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PageFunction<T>::Return Event
.NET Framework (current version)
Occurs when a called PageFunction<T> returns, and can only be handled by the calling page.
Assembly: PresentationFramework (in PresentationFramework.dll)
A calling page detects when a called PageFunction<T> returns by handling Return. Additionally, the calling page can retrieve the PageFunction<T> return value from the Result property of the ReturnEventArgs<T> which is passed to the event handler.
<object Return="ReturnEventHandler"/>
.NET Framework
Available since 3.0
Available since 3.0
Show: