Class ObservableCollectionAddEventArgs<T>
Event arguments for an element that was added to a collection.
Inheritance
System.Object
ObservableCollectionAddEventArgs<T>
Inherited Members
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionAddEventArgs<T> : ObservableCollectionCancellableEventArgs
Type Parameters
Name | Description |
---|---|
T | The type of the value that will change. |
Constructors
| Improve this Doc View SourceObservableCollectionAddEventArgs(ICollection<T>)
Initializes a new instance of the ObservableCollectionAddEventArgs<T> class.
Declaration
public ObservableCollectionAddEventArgs(ICollection<T> addedValues)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | addedValues | Added values. |
Properties
| Improve this Doc View SourceAddedValues
Gets the added values.
Declaration
public ICollection<T> AddedValues { get; }
Property Value
Type | Description |
---|---|
ICollection<T> |