Class ObservableObjectRemovedStartSpyEventArgs
Event arguments for spy event when an observable update is started.
Inheritance
System.Object
ObservableObjectRemovedStartSpyEventArgs
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableObjectRemovedStartSpyEventArgs : ObservableObjectSpyEventArgs
Properties
| Improve this Doc View SourceOldValue
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 |