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

a5981b86 8311 7429 ab39 e5ce8747238c

haplokuon edited this page May 6, 2023 · 1 revision

TableObjectChangedEventArgs<T> Class

netDxf 3.0.0 Library

Event data for changes or substitutions of table objects in entities or other tables.

Definition

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

C#

public class TableObjectChangedEventArgs<T> : EventArgs

VB

Public Class TableObjectChangedEventArgs(Of T)
	Inherits EventArgs

C++

generic<typename T>
public ref class TableObjectChangedEventArgs : public EventArgs

F#

type TableObjectChangedEventArgs<'T> = 
    class
        inherit EventArgs
    end
Inheritance Object → EventArgs → TableObjectChangedEventArgs(T)

Type Parameters

A table object

Constructors

TableObjectChangedEventArgs(T) Initializes a new instance of TableObjectModifiedEventArgs.

Properties

NewValue Gets or sets the new property value.
OldValue Gets the previous property value.

Methods

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)

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally