Class ObjectDeletingEventArgs
Inherited Members
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public class ObjectDeletingEventArgs
Constructors
ObjectDeletingEventArgs(ITabularObject)
Declaration
public ObjectDeletingEventArgs(ITabularObject tabularObject)
Parameters
Type | Name | Description |
---|---|---|
ITabularObject | tabularObject |
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |
TabularObject
Declaration
public ITabularObject TabularObject { get; }
Property Value
Type | Description |
---|---|
ITabularObject |