[]
Creates a new Changed event arguments object for the data model for the sheet.
public MapperUpdatingEventArgs(int row, int column, int rowCount, int columnCount, MapperUpdatingEventType type)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, type As MapperUpdatingEventType)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |
MapperUpdatingEventType | type | Type of change that occurred in the data model |