C# Class Catel.Collections.NotifyRangedListChangedEventArgs

The ranged notify list changed event args.
Inheritance: NotifyListChangedEventArgs
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections

Initializes a new instance of the NotifyRangedListChangedEventArgs class.

NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList indices ) : System.Collections

Initializes a new instance of the NotifyRangedListChangedEventArgs class.

Method Details

NotifyRangedListChangedEventArgs() public méthode

Initializes a new instance of the NotifyRangedListChangedEventArgs class.
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections
action NotifyRangedListChangedAction The real action that was performed on the .
Résultat System.Collections

NotifyRangedListChangedEventArgs() public méthode

Initializes a new instance of the NotifyRangedListChangedEventArgs class.
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList indices ) : System.Collections
action NotifyRangedListChangedAction The real action that was performed on the .
changedItems IList The changed items.
indices IList The indices.
Résultat System.Collections