An implementation of the Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces.IVaultNavigationModel which is used to model a workflow for viewing a collection of Vault objects.
Syntax
public class ViewVaultNavigationModel : Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces.IVaultNavigationModel
Public Class ViewVaultNavigationModel Implements Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces.IVaultNavigationModel
This event is fired whenever additional Content is added to the model via the AddContent method. The event allows all views a chance to refresh their display to represent the new data.
This event is fired whenever Content is removed from the model via the RemoveContent method. The event allows all views a chance to refresh their display to represent the new data.
This event is fired whenever Content is updated in the model via the UpdateContent method. The event allows all views a chance to refresh their display to represent the new data.