[]
Specifies the type of mapper updating event that has occurred for the mapper.
public enum MapperUpdatingEventType
Public Enum MapperUpdatingEventType
| Name | Description |
|---|---|
| TargetCellsUpdated | Indicates that cells with cell data have been updated |
| TargetColumnsAdded | Indicates that columns have been added |
| TargetColumnsRemoved | Indicates that columns have been removed |
| TargetRowsAdded | Indicates that rows have been added |
| TargetRowsRemoved | Indicates that rows have been removed |
| TargetUpdated | Indicates that the sheet data model has been updated |