OnInsertComplete Method (SortExpressionCollection)
Called after an item has been inserted.
protected virtual void OnInsertComplete(
int ,
object
)
'Declaration
Protected Overridable Sub OnInsertComplete( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The item index.
- value
- The item.