Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionContext Class
Members


In This Topic
    ValidateActionContext Class
    In This Topic
    Provides relative context information when the BaseValidationAction executes.
    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