NotifyRowColChange Method
NotifyRowColChange(int, int)
Notifies what curent row or column is changed.
Declaration
protected virtual void NotifyRowColChange(int row, int col)
Protected Overridable Sub NotifyRowColChange(row As Integer, col As Integer)
Parameters
| Type |
Name |
Description |
| int |
row |
|
| int |
col |
|