Show / Hide Table of Contents

Class ObservableCollectionRemoveEventArgs<T>

Event arguments for an element that was removed from a collection.

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

The type of the value that will change.

Constructors

| Improve this Doc View Source

ObservableCollectionRemoveEventArgs(ICollection<T>)

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

Declaration
public ObservableCollectionRemoveEventArgs(ICollection<T> removedValues)
Parameters
Type Name Description
ICollection<T> removedValues

Removed values.

Properties

| Improve this Doc View Source

RemovedValues

Gets the removed values.

Declaration
public ICollection<T> RemovedValues { get; }
Property Value
Type Description
ICollection<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