NavTargetTypes Fields |
The NavTargetTypes type exposes the following members.
| Name | Description | |
|---|---|---|
| Command |
Rather than true navigation, user action should invoke a command. This is typically a MapperCommand, or less often a
PageCommand, represented by a MapperCommand.
When invoked the appropriate event is fired, MapperCommand or PageCommand.
See MapperCommand(IMapper, EAPCommandEventArgs) or
PageCommand(Object, EAPCommandEventArgs) for more information.
| |
| Event | Navigation fires an event which may redirect. The event will be fired to the registered EventHandler component registered to the event. | |
| HTML | The HTML provided in this target's HTML text property should be rendered into the navigator. | |
| Navigator | A nested Navigator should be rendered. | |
| Page | Navigation is to another page in the application, specified by MOP. | |
| Pane |
Navigation is to a particular pane within an IConsoleTemplate page.
Generally this implies PaneNavigation within the current page.
| |
| Report | Navigation is to a report. | |
| Template | Navigation is to a template. | |
| URL | Navigation is to a particular URL, typically external to the application. |