|
![]() |
Occurs when the units of the Document are changed.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Event UnitsChanged As EventHandler(Of EventArgs) |
C# |
---|
public event EventHandler<EventArgs> UnitsChanged |
Visual C++ |
---|
public: event EventHandler<EventArgs^>^ UnitsChanged { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |
Remarks
Occurs when the Document.Units value changes.