ActiveReports 6 Online Help
LayoutChangingArgs Constructor

The type of layout change that is to occur.
For internal use only.
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.

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 _
)
public LayoutChangingArgs( 
   LayoutChangeType type,
   SelectionType selectionType,
   string name,
   object newValue,
   object oldValue,
   string oldSectionName,
   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
newSectionName
Remarks
In the type parameter, any of the enumerated values except ReportClear, ReportLoad, and ReportSize may be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutChangingArgs Class
LayoutChangingArgs Members
LayoutChangeType Enumeration

Send Feedback