Navigation :
NotifyRangedListChangedAction
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Collections |
Available on |
.NET Framework 4.5, .NET Framework 4.6 |
public enum NotifyRangedListChangedAction : Enum
Base types
Enum
Describes the real action performed on the Missing: <see cref=“T:Catel.Collections.FastBindingList`1” />.
Fields
Add
0
Items was added to the Missing: <see cref=“T:Catel.Collections.FastBindingList`1” />.
Remove
1
Items was removed from the Missing: <see cref=“T:Catel.Collections.FastBindingList`1” />.
Reset
2
The Missing: <see cref=“T:Catel.Collections.FastBindingList`1” /> has been reset.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion