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