Class ObjectKeyRemovedEventArgs
Event arguments for a property on an object that will be removed.
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObjectKeyRemovedEventArgs : ObjectEventArgs
Properties
| Improve this Doc View SourceOldValue
Gets or sets new value.
Declaration
public object OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |