|
![]() |
Occurs when a database transaction has completed all edits and will commit.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Event TransactionCommitting As EventHandler(Of EventArgs) |
C# |
---|
public event EventHandler<EventArgs> TransactionCommitting |
Visual C++ |
---|
public: event EventHandler<EventArgs^>^ TransactionCommitting { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |