ObjectReferenceChangeEventArgsNewValue Property |
The new value which will be or was set
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EntityObject NewValue { get; }
Public ReadOnly Property NewValue As EntityObject
Get
public:
property EntityObject^ NewValue {
EntityObject^ get ();
}
member NewValue : EntityObject with get
Property Value
Type:
EntityObject
See Also