[]
        
(Showing Draft Content)

C1.Win.C1Input.ErrorActionEnum

ErrorActionEnum Enum

Used by ErrorInfo.ErrorAction property.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public enum ErrorActionEnum

Fields

Name Description
None

Control value remains as the user typed it.

ResetValue

Control value is reset to the value control had before entering edit mode.

SetValueOnError

Control value is set to ValueOnError.

ThrowException

Control value is reset to the value control had before entering edit mode, and an exception is thrown.