Table of Contents

Class ObjectDeletingEventArgs

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

Constructors

ObjectDeletingEventArgs(ITabularObject)

C#
public ObjectDeletingEventArgs(ITabularObject tabularObject)

Parameters

Type Name Description
ITabularObject tabularObject

Properties

Cancel

C#
public bool Cancel { get; set; }

Property Value

Type Description
bool

TabularObject

C#
public ITabularObject TabularObject { get; }

Property Value

Type Description
ITabularObject