Class ObjectKeyAddedEventArgs<T>
Event arguments for a value on an object that will change.
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObjectKeyAddedEventArgs<T> : ObjectEventArgs
Type Parameters
Name | Description |
---|---|
T | The type of the value that will change. |
Properties
| Improve this Doc View SourceNewValue
Gets or sets new value.
Declaration
public T NewValue { get; set; }
Property Value
Type | Description |
---|---|
T |