 | TableObjectChangedEventArgsT Constructor |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of TableObjectModifiedEventArgs.
Namespace:
netDxf.Tables
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic TableObjectChangedEventArgs(
T oldTable,
T newTable
)
Request Example
View SourceParameters
- oldTable
- Type: T
The previous table object. - newTable
- Type: T
The new table object.
See Also