FireChanged Method
FireChanged(int, int, int, int)
Raises the selection changed event.
Declaration
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)
Parameters
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
|