Navigate(IEntity,IEnumerable<IEntity>,NavigationContext) Method
Changes the data in the model to represent a new entity. The Content for the new entity is supplied and thus doesn't need to be loaded in a background thread.
Syntax
public void Navigate(
IEntity parent,
System.Collections.Generic.IEnumerable<IEntity> content,
NavigationContext context
)Public Overloads Sub Navigate( _
ByVal parent As IEntity, _
ByVal content As System.Collections.Generic.IEnumerable(Of IEntity), _
ByVal context As NavigationContext _
) Parameters
| Name | Description |
|---|---|
| parent | The entity that is being navigated to |
| content | The child content associated with the parent entity |
| context | The type of navigation being performed |