[]
Represents the event data for the mapper updating event of the mapper.
public class MapperUpdatingEventArgs : EventArgs
Public Class MapperUpdatingEventArgs
Inherits EventArgs
Name | Description |
---|---|
MapperUpdatingEventArgs(int, int, int, int, MapperUpdatingEventType) | Creates a new Changed event arguments object for the data model for the sheet. |
Name | Description |
---|---|
Column | Gets the column index. |
ColumnCount | Gets the number of columns. |
Row | Gets the row index. |
RowCount | Gets the number of rows. |
Type | Gets the event type. |