[]
        
(Showing Draft Content)

C1.C1Preview.EventCollectionChangeEventArgs.-ctor

EventCollectionChangeEventArgs Constructor

EventCollectionChangeEventArgs(EventCollectionChangeTypeEnum, object, object, int)

Initializes a new instance of the EventCollectionChangeEventArgs class.

Declaration
public EventCollectionChangeEventArgs(EventCollectionChangeTypeEnum changeType, object oldItem, object newItem, int index)
Parameters
Type Name Description
EventCollectionChangeTypeEnum changeType

The collection change type.

object oldItem

The old item, or null.

object newItem

The new item, or null.

int index

The item index, or -1.

EventCollectionChangeEventArgs()

Initializes a new instance of the EventCollectionChangeEventArgs class.

Declaration
public EventCollectionChangeEventArgs()