Show / Hide Table of Contents

Class ObservableCollectionRemovedEventArgs<T>

Event arguments for an element that was added to a collection.

Inheritance
System.Object
ObservableCollectionEventArgs
ObservableCollectionRemovedEventArgs<T>
Inherited Members
ObservableCollectionEventArgs.Context
ObservableCollectionEventArgs.Index
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionRemovedEventArgs<T> : ObservableCollectionEventArgs
Type Parameters
Name Description
T

The type of the value that will change.

Constructors

| Improve this Doc View Source

ObservableCollectionRemovedEventArgs(IEnumerable<T>)

Initializes a new instance of the ObservableCollectionRemovedEventArgs<T> class.

Declaration
public ObservableCollectionRemovedEventArgs(IEnumerable<T> removedValues)
Parameters
Type Name Description
IEnumerable<T> removedValues

Added values.

Properties

| Improve this Doc View Source

RemovedValues

Gets the removed values.

Declaration
public IEnumerable<T> RemovedValues { get; }
Property Value
Type Description
IEnumerable<T>

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX