YouNavigation requestFrameChange Method YouInteract Documentation
Requests the Navigation Class for a Frame Change

Namespace: YouInteract.YouPlugin_Developing
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void requestFrameChange(
	YouPlugin sourcePage,
	string destinationName
)

Parameters

sourcePage
Type: YouInteract.YouBasic YouPlugin
A reference of the window calling the Navigation Class (usually this)
destinationName
Type: System String
The name of the destination Page
See Also