Share via


RemoteCollectionChanges.OldItemsCount Property

Definition

Gets the number of existing items affected by the change or -1 when unused. This value is useful for Remove, or Replace events of IList collections where OldItems is omitted.

[System.Runtime.Serialization.DataMember(Order=4)]
public int OldItemsCount { get; }
[<System.Runtime.Serialization.DataMember(Order=4)>]
member this.OldItemsCount : int
Public ReadOnly Property OldItemsCount As Integer

Property Value

Attributes

Applies to