Spread Windows Forms 12.0 Product Documentation
ValidateActionContext Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ValidateActionContext Class
Provides relative context information when the BaseValidationAction executes.
Object Model
ValidateActionContext Class
Syntax
'Declaration
 
Public Class ValidateActionContext 
   Inherits GrapeCity.Spreadsheet.Win.SpreadValidateActionContext
'Usage
 
Dim instance As ValidateActionContext
public class ValidateActionContext : GrapeCity.Spreadsheet.Win.SpreadValidateActionContext 
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

Reference

ValidateActionContext Members
FarPoint.Win.Spread Namespace