Show / Hide Table of Contents

Class ObservableCollectionEventArgs

Base class for value event args.

Inheritance
System.Object
ObservableCollectionEventArgs
ObservableCollectionAddedEventArgs<T>
ObservableCollectionCancellableEventArgs
ObservableCollectionRemovedEventArgs<T>
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionEventArgs : EventArgs

Properties

| Improve this Doc View Source

Context

Gets or sets the context for the event.

Declaration
public object Context { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Index

Gets or sets the index.

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32

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