Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

bc7a5601 85d5 ec6c a894 bf152657898a

haplokuon edited this page May 6, 2023 · 1 revision

TableObjectChangedEventArgs<T> Constructor

netDxf 3.0.0 Library

Initializes a new instance of TableObjectModifiedEventArgs.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public TableObjectChangedEventArgs(
	T oldTable,
	T newTable
)

VB

Public Sub New ( 
	oldTable As T,
	newTable As T
)

C++

public:
TableObjectChangedEventArgs(
	T oldTable, 
	T newTable
)

F#

new : 
        oldTable : 'T * 
        newTable : 'T -> TableObjectChangedEventArgs

Parameters

  T
The previous table object.
  T
The new table object.

See Also

Reference

TableObjectChangedEventArgs(T) Class
netDxf.Tables Namespace

Clone this wiki locally