[]
        
(Showing Draft Content)

C1.DataCollection.Serialization.NotifyCollectionChangedEventArgs-1.-ctor

NotifyCollectionChangedEventArgs Constructor

NotifyCollectionChangedEventArgs()

Declaration
public NotifyCollectionChangedEventArgs()

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action)
Parameters
Type Name Description
NotifyCollectionChangedAction action

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IList changedItems

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem)
Parameters
Type Name Description
NotifyCollectionChangedAction action
object changedItem

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IList newItems
IList oldItems

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int startingIndex)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IList changedItems
int startingIndex

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index)
Parameters
Type Name Description
NotifyCollectionChangedAction action
object changedItem
int index

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem)
Parameters
Type Name Description
NotifyCollectionChangedAction action
object newItem
object oldItem

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, int)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IList newItems
IList oldItems
int startingIndex

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int, int)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IList changedItems
int index
int oldIndex

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int, int)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)
Parameters
Type Name Description
NotifyCollectionChangedAction action
object changedItem
int index
int oldIndex

NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object, int)

Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index)
Parameters
Type Name Description
NotifyCollectionChangedAction action
object newItem
object oldItem
int index