[]
        
(Showing Draft Content)

C1.LiveLinq.IObservableSource-1.IsDeletedStateAvailable

IsDeletedStateAvailable Property

IsDeletedStateAvailable

Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection.

Declaration
bool IsDeletedStateAvailable { get; }
Property Value
Type Description
bool

true if deleted items can still be used to get property values.

See Also