MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangingArgs Class / LayoutChangingArgs Constructor
The type of layout change that is to occur.
Specifies the selection type involved in the layout change, categorized by the SelectionType enumeration.
The array of names of the controls or sections to be updated or changed.
The array of controls or sections to be added.
The array of controls or sections to be deleted.
Name of the old section.
Name of the new section.

In This Topic
LayoutChangingArgs Constructor
In This Topic
Initializes a new instance of the LayoutChangingArgs class with specified details about the layout change.

Initializes a new instance of the LayoutChangingArgs class.

Syntax
'Declaration
 
Public Function New( _
   ByVal type As LayoutChangeType, _
   ByVal selectionType As SelectionType, _
   ByVal name As String, _
   ByVal newValue As Object, _
   ByVal oldValue As Object, _
   ByVal oldSectionName As String, _
   ByVal newSectionName As String _
)
 

Parameters

type
The type of layout change that is to occur.
selectionType
Specifies the selection type involved in the layout change, categorized by the SelectionType enumeration.
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