OnRemoveComplete Method (SelectedRowCollection)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnRemoveComplete( _
ByVal As System.Integer, _
ByVal As System.Object _
)
protected virtual void OnRemoveComplete(
System.int? ,
System.object?
)
Parameters
- index
- value
See Also