Class ObservableCollectionChangedStartSpyEventArgs
Event arguments for spy event when an observable update is started.
Inheritance
System.Object
ObservableCollectionChangedStartSpyEventArgs
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionChangedStartSpyEventArgs : ObservableCollectionSpyEventArgs
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 |