Table of Contents

Class ObjectChangingEventArgs

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

Constructors

ObjectChangingEventArgs(ITabularObject, string, object)

public ObjectChangingEventArgs(ITabularObject tabularObject, string propertyName, object newValue)

Parameters

Type Name Description
ITabularObject tabularObject
string propertyName
object newValue

Properties

Cancel

public bool Cancel { get; set; }

Property Value

Type Description
bool

NewValue

public object NewValue { 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