This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
bc7a5601 85d5 ec6c a894 bf152657898a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of TableObjectModifiedEventArgs.
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 -> TableObjectChangedEventArgsTableObjectChangedEventArgs(T) Class
netDxf.Tables Namespace