GrapeCity ActiveReports for .NET 14.0J
LayoutChangingArgs コンストラクタ

GrapeCity.ActiveReports.Design.Win アセンブリ > GrapeCity.ActiveReports.Design 名前空間 > LayoutChangingArgs クラス : LayoutChangingArgs コンストラクタ
このイベントを発生させるレイアウト変更の種類。
内部使用のみ。
更新または変更されるコントロールまたはセクションの配列。
削除されるコントロールまたはセクションの配列。
削除されるコントロールまたはセクションの配列。
元のセクションの名前
新規のセクションの名前
LayoutChangingArgsクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
)

パラメータ

type
このイベントを発生させるレイアウト変更の種類。
selectionType
内部使用のみ。
name
更新または変更されるコントロールまたはセクションの配列。
newValue
削除されるコントロールまたはセクションの配列。
oldValue
削除されるコントロールまたはセクションの配列。
oldSectionName
元のセクションの名前
newSectionName
新規のセクションの名前
解説
typeパラメータで、ReportClear、ReportLoad、およびReportSizeを除く任意の列挙値を使用できます。
参照

LayoutChangingArgs クラス
LayoutChangingArgs メンバ
LayoutChangeType 列挙体