NavigationEventArgs Constructors
Provides data for the WindowsUIView.NavigatedFrom and WindowsUIView.NavigatedTo events.Name | Parameters | Description |
---|---|---|
NavigationEventArgs(WindowsUIView, Document, IContentContainer, IContentContainer, Object) | view, document, target, source, tag | Initializes a new NavigationEventArgs class instance with specific settings. |
See Also