Autodesk Vault ProfessionalVault API

ContentUpdated Event

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIVaultNavigationModel

This event is fired when entities are update manually in the Content of the model. The event allows all views a chance to refresh their display to represent the new data.

Syntax

event System.EventHandler<EntitiesEventArgs> ContentUpdated
Event ContentUpdated As System.EventHandler(Of EntitiesEventArgs)

See Also