Navigation :
NotifyRangedListChangedEventArgs
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Collections |
Available on |
.NET Framework 4.5, .NET Framework 4.6 |
public class NotifyRangedListChangedEventArgs : NotifyListChangedEventArgs
Base types
NotifyListChangedEventArgs
The ranged notify list changed event args.
Constructors
NotifyRangedListChangedEventArgs(NotifyRangedListChangedAction action)
Initializes a new instance of the NotifyRangedListChangedEventArgs class.
Parameters
NotifyRangedListChangedEventArgs(NotifyRangedListChangedAction action, IList changedItems, IList<int> indices)
Initializes a new instance of the NotifyRangedListChangedEventArgs class.
Parameters
Properties
Action
Gets the real action that was performed on the Missing: <see cref=“T:Catel.Collections.FastBindingList`1” />.
Indices
Gets the indices.
NewItems
Gets the new items.
NewStartingIndex
Gets the new starting index.
OldItems
Gets the old items.
OldStartingIndex
Gets the old starting index.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion