|
|
Occurs when a Transaction (multiple batched edits) begins, before any of the edits
in the transaction take place.
Namespace: Autodesk.Navisworks.Api
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); } |