Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateReasons Enumeration


In This Topic
    ValidateReasons Enumeration
    In This Topic
    Specifies the reasons that cause an action to execute.
    Syntax
    'Declaration
     
    Public Enum ValidateReasons 
       Inherits System.Enum
    'Usage
     
    Dim instance As ValidateReasons
    public enum ValidateReasons : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.ValidateReasons

    See Also