Show / Hide Table of Contents

Class ObjectKeyAddedEventArgs<T>

Event arguments for a value on an object that will change.

Inheritance
System.Object
ObjectEventArgs
ObjectKeyAddedEventArgs<T>
Inherited Members
ObjectEventArgs.Context
ObjectEventArgs.Key
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 Source

NewValue

Gets or sets new value.

Declaration
public T NewValue { get; set; }
Property Value
Type Description
T

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX