C# Class Catel.Collections.NotifyRangedListChangedEventArgs

The ranged notify list changed event args.
Inheritance: NotifyListChangedEventArgs
Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method 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 method

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

NotifyRangedListChangedEventArgs() public method

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.
return System.Collections