Class ObservableDictionaryAddedStartSpyEventArgs
Event arguments for spy event when an observable update is started.
Inheritance
System.Object
ObservableDictionaryAddedStartSpyEventArgs
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableDictionaryAddedStartSpyEventArgs : ObservableDictionarySpyEventArgs
Constructors
| Improve this Doc View SourceObservableDictionaryAddedStartSpyEventArgs(Object)
Initializes a new instance of the ObservableDictionaryAddedStartSpyEventArgs class.
Declaration
public ObservableDictionaryAddedStartSpyEventArgs(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 |
StartTime
Gets or sets the Start time.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Value
Gets or sets the Value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |