Table of Contents

Enum ValidationStep

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

This enum describes the different steps in the validation process.

public enum ValidationStep

Fields

CommittedValue = 3

Commit the source's new values. This step does nothing unless the source supports a commit mechanism such as IEditableObject

ConvertedProposedValue = 1

Apply any conversions needed to produce a value suitable for the source

RawProposedValue = 0

Obtain the value from the target element

UpdatedValue = 2

Update the source with the new value