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

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

    Property Value

    An System.Object representing the new value applied as part of the layout change. This could be a new property value, a newly added element, or any other change-specific value.
    Remarks
    The NewValue property provides insight into the specifics of the change, offering context for what has been modified, added, or removed in the layout. The type and significance of the value depend on the nature of the layout change.
    See Also