[]
Class used as DataContext for each page UIElement.
public class PageContext : INotifyPropertyChanged
| Name | Description |
|---|---|
| PageContext() |
| Name | Description |
|---|---|
| Content | Gets the content that will be shown in the page UIElement. Typically a UIElement itself, or to be used as Content of a ContentControl. |
| Source | Gets a specialized subclass of DocumentSource. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |