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

type
The type of layout change that is to occur.
selectionType
For internal use only.
name
The array of names of the controls or sections to be updated or changed.
newValue
The array of controls or sections to be added.
oldValue
The array of controls or sections to be deleted.
oldSectionName
Name of the old section.
newSectionName
Name of the new section.

Glossary Item Box

Initializes a new instance of the LayoutChangingArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As LayoutChangeType, _
   ByVal selectionType As SelectionType, _
   ByVal name As System.String, _
   ByVal newValue As System.Object, _
   ByVal oldValue As System.Object, _
   ByVal oldSectionName As System.String, _
   ByVal newSectionName As System.String _
)
C# 
public LayoutChangingArgs( 
   LayoutChangeType type,
   SelectionType selectionType,
   System.string name,
   System.object newValue,
   System.object oldValue,
   System.string oldSectionName,
   System.string newSectionName
)

Parameters

type
The type of layout change that is to occur.
selectionType
For internal use only.
name
The array of names of the controls or sections to be updated or changed.
newValue
The array of controls or sections to be added.
oldValue
The array of controls or sections to be deleted.
oldSectionName
Name of the old section.
newSectionName
Name of the new section.

Remarks

In the type parameter, any of the enumerated values except ReportClear, ReportLoad, and ReportSize may be used.

See Also

Reference

LayoutChangingArgs Class
LayoutChangingArgs Members
LayoutChangeType Enumeration