NotifyRowColChange Method (View)
In This Topic
Notifies what curent row or column is changed.
Syntax
'Declaration
Protected Overridable Sub NotifyRowColChange( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
protected virtual void NotifyRowColChange(
System.int ,
System.int
)
Parameters
- row
- col
See Also