|
|
Occurs when the collection of Models has changed
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Event CollectionChanged As EventHandler(Of EventArgs) |
| C# |
|---|
public event EventHandler<EventArgs> CollectionChanged |
| Visual C++ |
|---|
public: event EventHandler<EventArgs^>^ CollectionChanged { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |
Remarks
Use Document.Models to obtain the new DocumentModels collection.
Use the DocumentModels.CollectionChanging event to get a reference to the old collection.