Show / Hide Table of Contents

Class ObservableCollectionRemovedStartSpyEventArgs

Event arguments for spy event when an observable update is started.

Inheritance
System.Object
SpyEventArgs
ObservableCollectionSpyEventArgs
ObservableCollectionRemovedStartSpyEventArgs
Inherited Members
ObservableCollectionSpyEventArgs.Context
ObservableCollectionSpyEventArgs.Index
SpyEventArgs.Name
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionRemovedStartSpyEventArgs : ObservableCollectionSpyEventArgs

Constructors

| Improve this Doc View Source

ObservableCollectionRemovedStartSpyEventArgs(IEnumerable)

Initializes a new instance of the ObservableCollectionRemovedStartSpyEventArgs class.

Declaration
public ObservableCollectionRemovedStartSpyEventArgs(IEnumerable removedValues)
Parameters
Type Name Description
IEnumerable removedValues

The removed values.

Properties

| Improve this Doc View Source

RemovedValues

Gets the removed values.

Declaration
public IEnumerable RemovedValues { get; }
Property Value
Type Description
IEnumerable
| Improve this Doc View Source

StartTime

Gets or sets the Start time.

Declaration
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime

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