Show / Hide Table of Contents

Class ObservableDictionaryAddedStartSpyEventArgs

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

Inheritance
System.Object
SpyEventArgs
ObservableDictionarySpyEventArgs
ObservableDictionaryAddedStartSpyEventArgs
Inherited Members
ObservableDictionarySpyEventArgs.Context
SpyEventArgs.Name
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableDictionaryAddedStartSpyEventArgs : ObservableDictionarySpyEventArgs

Constructors

| Improve this Doc View Source

ObservableDictionaryAddedStartSpyEventArgs(Object)

Initializes a new instance of the ObservableDictionaryAddedStartSpyEventArgs class.

Declaration
public ObservableDictionaryAddedStartSpyEventArgs(object key)
Parameters
Type Name Description
System.Object key

The removed key.

Properties

| Improve this Doc View Source

Key

Gets the key.

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

StartTime

Gets or sets the Start time.

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

Value

Gets or sets the Value.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

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