Show / Hide Table of Contents

Class ObservableCollectionAddedStartSpyEventArgs

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

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

Constructors

| Improve this Doc View Source

ObservableCollectionAddedStartSpyEventArgs(IEnumerable)

Initializes a new instance of the ObservableCollectionAddedStartSpyEventArgs class.

Declaration
public ObservableCollectionAddedStartSpyEventArgs(IEnumerable addedValues)
Parameters
Type Name Description
IEnumerable addedValues

The added values.

Properties

| Improve this Doc View Source

AddedValues

Gets the added values.

Declaration
public IEnumerable AddedValues { 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