ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangedArgs Class / LayoutChangedArgs Constructor
Specifies the type of layout change.

In This Topic
    LayoutChangedArgs Constructor
    In This Topic

    Initializes a new instance of the LayoutChangedArgs class.

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As LayoutChangeType _
    )
    public LayoutChangedArgs( 
       LayoutChangeType type
    )

    Parameters

    type
    Specifies the type of layout change.
    See Also