Called when the application frame is navigated.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected abstract void FrameNavigated(
	Object content
)
Visual Basic
Protected MustOverride Sub FrameNavigated ( _
	content As Object _
)
Visual C++
protected:
virtual void FrameNavigated(
	Object^ content
) abstract

Parameters

content
Type: System..::..Object
The current content of the application frame.

See Also