Class ObjectEventArgs
Base class for object event args.
Inheritance
System.Object
ObjectEventArgs
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObjectEventArgs : 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 |
Key
Gets or sets the key of the property or method.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |