Table of Contents

Class CompatibilityLevelChangedEventArgs

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

Constructors

CompatibilityLevelChangedEventArgs(int, int)

public CompatibilityLevelChangedEventArgs(int oldValue, int newValue)

Parameters

Type Name Description
int oldValue
int newValue

Properties

NewValue

public int NewValue { get; }

Property Value

Type Description
int

OldValue

public int OldValue { get; }

Property Value

Type Description
int