NotifyCollectionChangedEventArgs Constructor
NotifyCollectionChangedEventArgs()
Declaration
public NotifyCollectionChangedEventArgs()
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int startingIndex)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, int, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, int, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)
Parameters
NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, object, object, int)
Declaration
public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object newItem, object oldItem, int index)
Parameters