Table of Contents

Class ObjectChangedEventArgs

Inheritance
ObjectChangedEventArgs
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
public class ObjectChangedEventArgs
Extension Methods

Constructors

ObjectChangedEventArgs(ITabularObject, string, object, object)

public ObjectChangedEventArgs(ITabularObject tabularObject, string propertyName, object oldValue, object newValue)

Parameters

Type Name Description
ITabularObject tabularObject
string propertyName
object oldValue
object newValue

Properties

NewValue

public object NewValue { get; }

Property Value

Type Description
object

OldValue

public object OldValue { get; }

Property Value

Type Description
object

PropertyName

public string PropertyName { get; }

Property Value

Type Description
string

TabularObject

public ITabularObject TabularObject { get; }

Property Value

Type Description
ITabularObject