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
a5981b86 8311 7429 ab39 e5ce8747238c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Event data for changes or substitutions of table objects in entities or other tables.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class TableObjectChangedEventArgs<T> : EventArgsVB
Public Class TableObjectChangedEventArgs(Of T)
Inherits EventArgsC++
generic<typename T>
public ref class TableObjectChangedEventArgs : public EventArgsF#
type TableObjectChangedEventArgs<'T> =
class
inherit EventArgs
end| Inheritance | Object → EventArgs → TableObjectChangedEventArgs(T) |
- A table object
| TableObjectChangedEventArgs(T) | Initializes a new instance of TableObjectModifiedEventArgs. |
| NewValue | Gets or sets the new property value. |
| OldValue | Gets the previous property value. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |