suite4.net.FormDatabase Documentation

ValidationEventArgs.OrginalValue Property

Gets the orginal value from the data source (business object) that was assignd by the LoaderControl or the LoaderForm.

[Visual Basic]
Public ReadOnly Property OrginalValue As Object
[C#]
public object OrginalValue {get;}

Property Value

Null or (Nothing in Visual Basic) when no value provided by the data source (business object).

See Also

ValidationEventArgs Class | suite4.net.FormDatabase Namespace