Class ObservableCollectionAddedStartSpyEventArgs
Event arguments for spy event when an observable update is started.
Inheritance
System.Object
ObservableCollectionAddedStartSpyEventArgs
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionAddedStartSpyEventArgs : ObservableCollectionSpyEventArgs
Constructors
| Improve this Doc View SourceObservableCollectionAddedStartSpyEventArgs(IEnumerable)
Initializes a new instance of the ObservableCollectionAddedStartSpyEventArgs class.
Declaration
public ObservableCollectionAddedStartSpyEventArgs(IEnumerable addedValues)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable | addedValues | The added values. |
Properties
| Improve this Doc View SourceAddedValues
Gets the added values.
Declaration
public IEnumerable AddedValues { get; }
Property Value
Type | Description |
---|---|
IEnumerable |
StartTime
Gets or sets the Start time.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |