[]
Occurs before a change in the layout is made. This event allows interception and prevention of layout modifications.
public event LayoutChangingEventHandler LayoutChanging
Type | Description |
---|---|
LayoutChangingEventHandler | Occurs before a change in the layout is made. This event allows interception and prevention of layout modifications. |
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.