ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / EventCollectionChangeEventArgs Class / EventCollectionChangeEventArgs Constructor / EventCollectionChangeEventArgs Constructor(EventCollectionChangeTypeEnum,Object,Object,Int32)
The collection change type.
The old item, or null.
The new item, or null.
The item index, or -1.

In This Topic
    EventCollectionChangeEventArgs Constructor(EventCollectionChangeTypeEnum,Object,Object,Int32)
    In This Topic
    Initializes a new instance of the EventCollectionChangeEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal changeType As EventCollectionChangeTypeEnum, _
       ByVal oldItem As System.Object, _
       ByVal newItem As System.Object, _
       ByVal index As System.Integer _
    )
    public EventCollectionChangeEventArgs( 
       EventCollectionChangeTypeEnum changeType,
       System.object oldItem,
       System.object newItem,
       System.int index
    )

    Parameters

    changeType
    The collection change type.
    oldItem
    The old item, or null.
    newItem
    The new item, or null.
    index
    The item index, or -1.
    See Also