OnRemove Method (ViewRowList)
In This Topic
Performs additional custom processes when removing an element from the instance.
Syntax
'Declaration
Protected Overrides Sub OnRemove( _
ByVal As System.Integer, _
ByVal As System.Object _
)
protected override void OnRemove(
System.int ,
System.object
)
Parameters
- index
- The zero-based index at which value can be found.
- value
- The value of the element to remove from index.
See Also