[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.LayoutChanging

LayoutChanging Event

Occurs before a change in the layout is made. This event allows interception and prevention of layout modifications.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event LayoutChangingEventHandler LayoutChanging
Returns
Type Description
LayoutChangingEventHandler Occurs before a change in the layout is made. This event allows interception and prevention of layout modifications.
Remarks

This event provides a mechanism to monitor and potentially cancel changes to the report's layout before they are applied. It can be useful for enforcing constraints, validating changes, or implementing custom behavior in response to layout adjustments.

Handlers can inspect the event arguments to determine the nature of the proposed change and decide whether to allow it, modify it, or prevent it from occurring.