Called when an element is about to be inserted in the current collection.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected override void OnInsert( int index, Object value ) |
Visual Basic |
---|
Protected Overrides Sub OnInsert ( _ index As Integer, _ value As Object _ ) |
Parameters
- index
- Type: System..::..Int32
The index of the new element.
- value
- Type: System..::..Object
The value of the new element.