Show / Hide Table of Contents

Class ObjectEventArgs

Base class for object event args.

Inheritance
System.Object
ObjectEventArgs
ObjectCancellableEventArgs
ObjectChangedEventArgs<T>
ObjectKeyAddedEventArgs<T>
ObjectKeyRemovedEventArgs
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObjectEventArgs : EventArgs

Properties

| Improve this Doc View Source

Context

Gets or sets the context for the event.

Declaration
public object Context { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Key

Gets or sets the key of the property or method.

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

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