Class ObservableDictionaryChangedStartSpyEventArgs
Event arguments for spy event when an observable update is started.
Inheritance
System.Object
ObservableDictionaryChangedStartSpyEventArgs
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableDictionaryChangedStartSpyEventArgs : ObservableDictionarySpyEventArgs
Constructors
| Improve this Doc View SourceObservableDictionaryChangedStartSpyEventArgs(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 SourceKey
Gets the key.
Declaration
public object Key { get; }
Property Value
Type | Description |
---|---|
System.Object |
NewValue
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 |