Called when an item has been removed from the dictionary.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected override void OnRemoveComplete( int index, Object value ) |
Visual Basic |
---|
Protected Overrides Sub OnRemoveComplete ( _ index As Integer, _ value As Object _ ) |
Parameters
- index
- Type: System..::..Int32
The index of the removed item.
- value
- Type: System..::..Object
The removed item.