Show / Hide Table of Contents

Class ObservableDictionaryChangedStartSpyEventArgs

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

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

Constructors

| Improve this Doc View Source

ObservableDictionaryChangedStartSpyEventArgs(Object)

Initializes a new instance of the ObservableDictionaryChangedStartSpyEventArgs class.

Declaration
public ObservableDictionaryChangedStartSpyEventArgs(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

NewValue

Gets or sets the New value.

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

OldValue

Gets or sets the New value.

Declaration
public object OldValue { get; set; }
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

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