C# Class Catel.Collections.NotifyRangedCollectionChangedEventArgs

The ranged notify collection changed event args.
Inheritance: System.Collections.Specialized.NotifyCollectionChangedEventArgs
Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method Description
NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.

NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList indices ) : System.Collections

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.

Method Details

NotifyRangedCollectionChangedEventArgs() public method

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections
action NotifyCollectionChangedAction The action.
return System.Collections

NotifyRangedCollectionChangedEventArgs() public method

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList indices ) : System.Collections
action NotifyCollectionChangedAction The action.
changedItems IList The changed items.
indices IList The indices.
return System.Collections