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
Syntaxpublic Object OldValue { get; }
Public ReadOnly Property OldValue As Object
Get
public:
property Object^ OldValue {
Object^ get ();
}
member OldValue : Object with get
Property Value
Type:
Object
The old value.
See Also