Click or drag to resize

RowColumnChangeEventArgsOriginalValue Property

Gets the original value of the column, after the last Accept Changes.

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

Property Value

Type: Object
The original value.
See Also