[]
        
(Showing Draft Content)

C1.Win.Input.ErrorAction

ErrorAction Enum

Specifies the action is performed on the control value when an error occurs.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum ErrorAction

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.