[]
Creates a new TableRangeChangedEventArgs instance.
public TableRangeChangedEventArgs(int row, int column, int rowCount, int columnCount, TableChangeEventType type)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, type As TableChangeEventType)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | column | Column index. |
int | rowCount | Row count. |
int | columnCount | Column count. |
TableChangeEventType | type | Table change type. |