Click or drag to resize

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
Syntax
C#
public TableObjectChangedEventArgs(
	T oldTable,
	T newTable
)
Request Example View Source

Parameters

oldTable
Type: T
The previous table object.
newTable
Type: T
The new table object.
See Also