Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IErrorTextSupport Interface / CellErrorTextChanged Event


In This Topic
    CellErrorTextChanged Event (IErrorTextSupport)
    In This Topic
    Occurs when the cell error text is changed.
    Syntax
    'Declaration
     
    
    Event CellErrorTextChanged As DefaultSheetDataModel.DataModelCellErrorTextEventHandler
    'Usage
     
    
    Dim instance As IErrorTextSupport
    Dim handler As DefaultSheetDataModel.DataModelCellErrorTextEventHandler
     
    AddHandler instance.CellErrorTextChanged, handler
    Event Data

    The event handler receives an argument of type DefaultSheetDataModel.CellEventArgs containing data related to this event. The following DefaultSheetDataModel.CellEventArgs properties provide information specific to this event.

    PropertyDescription
    Index of the column.  
    Index of the row.  
    See Also