|
|
Row updated event handler
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Event RowUpdated As EventHandler(Of RowUpdatedEventArgs) |
| C# |
|---|
public event EventHandler<RowUpdatedEventArgs> RowUpdated |
| Visual C++ |
|---|
public: event EventHandler<RowUpdatedEventArgs^>^ RowUpdated { void add (EventHandler<RowUpdatedEventArgs^>^ value); void remove (EventHandler<RowUpdatedEventArgs^>^ value); } |