Show / Hide Table of Contents

Class ObservableCollectionChangedEventArgs<T>

Base class for value event args.

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

The type of the value.

Properties

| Improve this Doc View Source

NewValue

Gets or sets new value.

Declaration
public T NewValue { get; set; }
Property Value
Type Description
T
| Improve this Doc View Source

OldValue

Gets or sets old value.

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