[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangedArgs

LayoutChangedArgs Class

Provides data for the LayoutChangedEventHandler event, which occurs after a layout change has been made in the designer.

Inheritance
LayoutChangedArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public class LayoutChangedArgs : EventArgs
Remarks

The LayoutChangedArgs class contains information about the type of layout change that occurred, allowing event handlers to respond appropriately. This can include changes such as adding, removing, or modifying components within the designer's layout. The type of change is categorized by the LayoutChangeType enumeration.

Constructors

Name Description
LayoutChangedArgs(LayoutChangeType)

Initializes a new instance of the LayoutChangedArgs class with the specified layout change type.

Properties

Name Description
Type

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