Class ComputedSpyEventArgs
Event argument class for a spy event of a Computed Value.
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ComputedSpyEventArgs : SpyEventArgs
Properties
| Improve this Doc View SourceContext
Gets or sets the context of the spy event.
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
System.Object |