Show / Hide Table of Contents

Class ObservableCollectionSpyEventArgs

Event arguments for an Observable Collection spy event.

Inheritance
System.Object
SpyEventArgs
ObservableCollectionSpyEventArgs
ObservableCollectionAddedEndSpyEventArgs
ObservableCollectionAddedStartSpyEventArgs
ObservableCollectionChangedEndSpyEventArgs
ObservableCollectionChangedStartSpyEventArgs
ObservableCollectionRemovedEndSpyEventArgs
ObservableCollectionRemovedStartSpyEventArgs
Inherited Members
SpyEventArgs.Name
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionSpyEventArgs : SpyEventArgs

Properties

| Improve this Doc View Source

Context

Gets or sets the context of 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 of the item in the collection.

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