Class ValueEventArgs
Base class for value event args.
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ValueEventArgs : EventArgs
Properties
| Improve this Doc View SourceContext
Gets or sets the context for the event.
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
System.Object |