[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs.NewValue

NewValue Property

NewValue

Gets a value representing the new value associated with the layout change.

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

An 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.