Chapter 26 Flashcards
What could we use to make a small area on window for navigation
frames
We have navigation containers, what they give us
- Navigation
- History journal
- Navigation related events
What is the tag for navigationwindow
NavigationWindow
What are 2 containing elements for a page
- Navigation window
2. Frame
What service we use to navigation from one page to another page
NavigationWindow
How we can change navigation window title
This.NavigationService.Title
What are page properties
- WindowHeight
- WindowWidth
- WindowTitle
What are 3 methods for navigation
- Calling the navigate method
- Using hyperlinks
- Using journal
what is journal
Journal is a history. It has 2 stacks. Undo and redo stacks. Please note that if we go forward or backward, every time there is new instance of page.
What is JournalEntry.KeepAlive
It allows to maintain original entry and retain page same existing instance if we go forward and back.
What are 2 type of events on page load
- Navigation container
2. Page
Does navigate container events could call from html to html
No. They can call from wpf-wpf, html-wpf, wpf-html.
What is page function
page function is a generic class of wpf. It is just like simple page but with added mechanism for returning data.
What are 3 ways for a page to pass data to another page
- Extra argument of navigate
- Constructor
- Dictionary of property