Click or drag to resize

RowColumnChangeEventArgsOldValue Property

Gets the old value of the column, before the change. Null when the class is used for row change. Same as NewValue for post-change events.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Object OldValue { get; }

Property Value

Type: Object
The old value.
See Also