Reports for WinForms | ComponentOne
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 Object, _
       ByVal newItem As Object, _
       ByVal index As Integer _
    )
    public EventCollectionChangeEventArgs( 
       EventCollectionChangeTypeEnum changeType,
       object oldItem,
       object newItem,
       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