Class ObservableSetEventArgs
Base class for value event args.
Inheritance
System.Object
ObservableSetEventArgs
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableSetEventArgs : 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 |