Class ObjectChangingEventArgs
- Inheritance
-
ObjectChangingEventArgs
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
public class ObjectChangingEventArgs
- Extension Methods
-
Constructors
ObjectChangingEventArgs(ITabularObject, string, object)
public ObjectChangingEventArgs(ITabularObject tabularObject, string propertyName, object newValue)
Parameters
Properties
Cancel
public bool Cancel { get; set; }
Property Value
NewValue
public object NewValue { get; }
Property Value
PropertyName
public string PropertyName { get; }
Property Value
TabularObject
public ITabularObject TabularObject { get; }
Property Value