Class ObservableValueStartSpyEventArgs
Event arguments for spy event when an observable update is started.
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableValueStartSpyEventArgs : ObservableValueSpyEventArgs
Properties
| Improve this Doc View SourceNewValue
Gets or sets the New value.
Declaration
public object NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
OldValue
Gets or sets the New value.
Declaration
public object OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
StartTime
Gets or sets the Start time.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |