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