Show / Hide Table of Contents

Interface ICollectionChangedNotificationResult

Denotes a notification result for a collection

Inherited Members
INotificationResult.Source
INotificationResult.Changed
INotificationResult.IncreaseReferences(int)
INotificationResult.FreeReference()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface ICollectionChangedNotificationResult : INotificationResult

Properties

| Edit this page View Source

AddedItems

Gets a list of added items

Declaration
IList AddedItems { get; }
Property Value
Type Description
IList
| Edit this page View Source

IsReset

True, if the collection was reset, otherwise False

Declaration
bool IsReset { get; }
Property Value
Type Description
bool
| Edit this page View Source

MovedItems

Gets a list of moved items

Declaration
IList MovedItems { get; }
Property Value
Type Description
IList
| Edit this page View Source

NewItemsStartIndex

Gets the first index of new items or -1

Declaration
int NewItemsStartIndex { get; }
Property Value
Type Description
int
| Edit this page View Source

OldItemsStartIndex

Gets the first index of old items or -1

Declaration
int OldItemsStartIndex { get; }
Property Value
Type Description
int
| Edit this page View Source

RemovedItems

Gets a list of removed items

Declaration
IList RemovedItems { get; }
Property Value
Type Description
IList

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX