|
![]() |
Occurs when a database transaction is about to begins, before any of the edits in the transaction take place.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Event TransactionBeginning As EventHandler(Of EventArgs) |
C# |
---|
public event EventHandler<EventArgs> TransactionBeginning |
Visual C++ |
---|
public: event EventHandler<EventArgs^>^ TransactionBeginning { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |