'Declaration
Public Event RowErrorTextChanged As DefaultSheetDataModel.DataModelRowErrorTextEventHandler
'Usage
Dim instance As DefaultSheetDataModel Dim handler As DefaultSheetDataModel.DataModelRowErrorTextEventHandler AddHandler instance.RowErrorTextChanged, handler
public event DefaultSheetDataModel.DataModelRowErrorTextEventHandler RowErrorTextChanged
Event Data
The event handler receives an argument of type DefaultSheetDataModel.RowEventArgs containing data related to this event. The following DefaultSheetDataModel.RowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
RowIndex | Index of the row. |
See Also