[]
Creates a new TableRangeChangingEventArgs instance.
public TableRangeChangingEventArgs(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 changed type. |