[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs.OldValue

OldValue Property

OldValue

Gets a value representing the old value prior to the layout change.

Declaration
public object OldValue { get; }
Property Value
Type Description
object

An object representing the value before the layout change occurred. This could reflect a previous property value, the original state of an element, or any other relevant data prior to the modification.

Remarks

The OldValue property is crucial for understanding the scope and impact of a layout change, providing a baseline from which the change can be measured or reversed.