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
public void Navigate(
IEntity entity,
NavigationContext context
)Public Overloads Sub Navigate( _
ByVal entity As IEntity, _
ByVal context As NavigationContext _
) Parameters
| Name | Description |
|---|---|
| entity | The entity that is being navigated to |
| context | The type of navigation being performed |