Class ObservableObjectSpyEventArgs
Event arguments for an Observable Object spy event.
Inheritance
System.Object
ObservableObjectSpyEventArgs
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableObjectSpyEventArgs : SpyEventArgs
Properties
| Improve this Doc View SourceContext
Gets or sets the context of the event.
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Key
Gets or sets the key of the property or method.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |