ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ValidateEdit Event

In This Topic
    ValidateEdit Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ValidateEdit As C1.Win.FlexGrid.ValidateEditEventHandler
    public event C1.Win.FlexGrid.ValidateEditEventHandler ValidateEdit
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.ValidateEditEventArgs containing data related to this event. The following ValidateEditEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating whether the edit operation should be canceled.  
    If the cell contains a checkbox, the new checkbox state about to be applied to the cell.  
    Gets the column index of the cell being edited.  
    Gets or sets a value describing a reason why validation of editor value failed.  
    Gets the row index of the cell being edited.  
    See Also