Navigation (PageOpen)
Last updated
Last updated
The only method of navigation:
Page.Controller.PageOpen("Example2" );
String
Page identifier
Bool
Whether to make the transition with the animation from left to right.
Also calls Back(). And ignores Open()
Variant
The final argument is Data. Allows data to be passed to the page to be opened. The data will go to the method:
Page.Open(Data)