[]
Raises the selection changed event.
protected void FireChanged(int row, int column, int rowCount, int columnCount)
Protected Sub FireChanged(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of start of selection |
int | column | Column index of start of selection |
int | rowCount | Number of rows in selection |
int | columnCount | Number of columns in selection |