C# Class Catel.Collections.NotifyRangedCollectionChangedEventArgs

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

Méthodes publiques

Méthode 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 méthode

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

NotifyRangedCollectionChangedEventArgs() public méthode

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.
Résultat System.Collections