|
![]() |
Occurs when a database transaction 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 TransactionBegun As EventHandler(Of EventArgs) |
C# |
---|
public event EventHandler<EventArgs> TransactionBegun |
Visual C++ |
---|
public: event EventHandler<EventArgs^>^ TransactionBegun { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |