[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ValidateReasons

ValidateReasons Enum

Specifies the reasons that cause an action to execute.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[Flags]
public enum ValidateReasons
<Flags>
Public Enum ValidateReasons

Fields

Name Description
CancelEdit

Indicates the action that is executed when a cell leaves edit mode without applying the edited value.

CellValidating

Indicates the action that is executed when the cell validates.

EndEdit

Indicates the action that is executed when a cell leaves edit mode and applies the edited value.