Click or drag to resize

BeforeDataObjectSaveEventArgsPrevious Property

A representation of how the data object appeared before it was changed. Is null if it is a new data object being saved.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public PropertyValuesContainer Previous { get; }

Property Value

Type: PropertyValuesContainer
See Also