|
|
Occurs when the Selection contained in this object has changed
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Event Changed As EventHandler(Of EventArgs) |
| C# |
|---|
public event EventHandler<EventArgs> Changed |
| Visual C++ |
|---|
public: event EventHandler<EventArgs^>^ Changed { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |
Remarks
Use Document.CurrentSelection to obtain the new selection.
Use the DocumentCurrentSelection.Changing event to get a reference to the previous selection.