ActiveReports Developer 7
ReportItemCollectionEventArgs Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ReportItemCollectionEventArgs Class

Glossary Item Box

Provides data for the ItemAdded or ItemRemoved event of the ReportItemCollection.

Object Model

ReportItemCollectionEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class ReportItemCollectionEventArgs 
   Inherits System.EventArgs
C# 
public class ReportItemCollectionEventArgs : System.EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.ActiveReports.PageReportModel.ReportItemCollectionEventArgs

See Also