ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangingArgs Class / OldValue Property

In This Topic
    OldValue Property
    In This Topic
    The array of controls or sections to be deleted.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldValue As Object
    public object OldValue {get;}

    Property Value

    An System.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.
    See Also