[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs.Type

Type Property

Type

Gets a value representing the type of the layout change that has occurred.

Declaration
public LayoutChangeType Type { get; }
Property Value
Type Description
LayoutChangeType

A LayoutChangeType value that indicates the specific type of layout change. This can include changes such as adding, deleting, moving, or resizing controls or sections within the designer environment.

Remarks

The Type property provides detailed information about the nature of the layout change, enabling event handlers and other parts of the application to respond appropriately to different types of changes.