Class ObservableCollectionChangedEventArgs<T>
Base class for value event args.
Inheritance
System.Object
ObservableCollectionChangedEventArgs<T>
Inherited Members
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionChangedEventArgs<T> : ObservableCollectionCancellableEventArgs
Type Parameters
Name | Description |
---|---|
T | The type of the value. |
Properties
| Improve this Doc View SourceNewValue
Gets or sets new value.
Declaration
public T NewValue { get; set; }
Property Value
Type | Description |
---|---|
T |
OldValue
Gets or sets old value.
Declaration
public T OldValue { get; set; }
Property Value
Type | Description |
---|---|
T |