FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateReasons Enumeration


ValidateReasons Enumeration
Specifies the reasons that cause an action to execute.
Syntax
'Declaration
 
Public Enum ValidateReasons 
   Inherits System.Enum
 
'Usage
 
Dim instance As ValidateReasons
Members
MemberDescription
CancelEditIndicates the action that is executed when a cell leaves edit mode without applying the edited value.
CellValidatingIndicates the action that is executed when the cell validates.
EndEditIndicates 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