Show / Hide Table of Contents

Class ObservableSetChangedStartSpyEventArgs

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

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

Properties

| 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