Table of Contents

Class PerspectiveValueChangedEventArgs

Inheritance
PerspectiveValueChangedEventArgs
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
C#
public class PerspectiveValueChangedEventArgs
Extension Methods

Constructors

PerspectiveValueChangedEventArgs(ITabularObject)

C#
public PerspectiveValueChangedEventArgs(ITabularObject tabularObject)

Parameters

Type Name Description
ITabularObject tabularObject

Properties

TabularObject

C#
public ITabularObject TabularObject { get; }

Property Value

Type Description
ITabularObject