C# Class ClanceysLib.NotifyCollectionChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int index ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int startingIndex ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem ) : System
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem, int index ) : System

Private Methods

Method Description
InitializeAdd ( IList items, int index ) : void
InitializeMove ( IList changedItems, int newItemIndex, int oldItemIndex ) : void
InitializeRemove ( IList items, int index ) : void
InitializeReplace ( IList addedItems, IList removedItems, int index ) : void

Method Details

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System
action NotifyCollectionChangedAction
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems ) : System
action NotifyCollectionChangedAction
changedItems IList
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems ) : System
action NotifyCollectionChangedAction
newItems IList
oldItems IList
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int index ) : System
action NotifyCollectionChangedAction
newItems IList
oldItems IList
index int
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int startingIndex ) : System
action NotifyCollectionChangedAction
changedItems IList
startingIndex int
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex ) : System
action NotifyCollectionChangedAction
changedItems IList
index int
oldIndex int
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem ) : System
action NotifyCollectionChangedAction
changedItem object
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index ) : System
action NotifyCollectionChangedAction
changedItem object
index int
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex ) : System
action NotifyCollectionChangedAction
changedItem object
index int
oldIndex int
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem ) : System
action NotifyCollectionChangedAction
newItem object
oldItem object
return System

NotifyCollectionChangedEventArgs() public method

public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem, int index ) : System
action NotifyCollectionChangedAction
newItem object
oldItem object
index int
return System