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