Table of Contents

Class ObjectDeletingEventArgs

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

Constructors

ObjectDeletingEventArgs(ITabularObject)

public ObjectDeletingEventArgs(ITabularObject tabularObject)

Parameters

Type Name Description
ITabularObject tabularObject

Properties

Cancel

public bool Cancel { get; set; }

Property Value

Type Description
bool

TabularObject

public ITabularObject TabularObject { get; }

Property Value

Type Description
ITabularObject