Table of Contents

Class ChildNodesChangedEventArgs

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

Constructors

ChildNodesChangedEventArgs(ITabularObject)

C#
public ChildNodesChangedEventArgs(ITabularObject tabularObject)

Parameters

Type Name Description
ITabularObject tabularObject

Properties

TabularObject

C#
public ITabularObject TabularObject { get; }

Property Value

Type Description
ITabularObject