ActiveReports Developer 7
LayoutChangedArgs Constructor
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > LayoutChangedArgs Class : LayoutChangedArgs Constructor

type
Specifies the type of layout change.

Glossary Item Box

Initializes a new instance of the LayoutChangedArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As LayoutChangeType _
)
C# 
public LayoutChangedArgs( 
   LayoutChangeType type
)

Parameters

type
Specifies the type of layout change.

See Also