ReturnEventArgs<T>::Result Property

 

Gets or sets the value that is returned by the page function.

Namespace:   System.Windows.Navigation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property T Result {
	T get();
	void set(T value);
}

Property Value

Type: T

The value that is returned by the page function.

.NET Framework
Available since 3.0
Return to top
Show: