Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionContext Class
Members


ValidateActionContext Class
Provides relative context information when the BaseValidationAction executes.
Syntax
'Declaration
 
Public Class ValidateActionContext 
   Inherits GrapeCity.Spreadsheet.Win.SpreadValidateActionContext
 
'Usage
 
Dim instance As ValidateActionContext
Remarks
This class provides information when executing the BaseValidationAction. You can get the validated cell's context information and the validation result. You can use this information to execute actions if the validation fails. You can keep the focus on the validated cell by setting the "KeepFocus" property when executing DoAction.
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Win.SpreadValidateActionContext
      FarPoint.Win.Spread.ValidateActionContext

See Also