RowColumnChangeEventArgsNewValue Property |
The new value which will be or was set to the column. Null when the class is used for row change.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Object NewValue { get; }
Public ReadOnly Property NewValue As Object
Get
public:
property Object^ NewValue {
Object^ get ();
}
member NewValue : Object with get
Property Value
Type:
Object
See Also