Show / Hide Table of Contents

Class ObservableCollectionAddedEventArgs<T>

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

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

The type of the value that will change.

Constructors

| Improve this Doc View Source

ObservableCollectionAddedEventArgs(IEnumerable<T>)

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

Declaration
public ObservableCollectionAddedEventArgs(IEnumerable<T> addedValues)
Parameters
Type Name Description
IEnumerable<T> addedValues

Added values.

Properties

| Improve this Doc View Source

AddedValues

Gets the added values.

Declaration
public IEnumerable<T> AddedValues { 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