Navigate(IEntity,NavigationContext) Method
Changes the data in the model to represent a new entity. The Content for the new entity will be loaded in a background thread.
Syntax
void Navigate(
IEntity parent,
NavigationContext context
)Overloads Sub Navigate( _
ByVal parent As IEntity, _
ByVal context As NavigationContext _
) Parameters
| Name | Description |
|---|---|
| parent | The entity that is being navigated to |
| context | The type of navigation being performed |