Called when a page has been removed from the current collection.
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 page.
- value
- Type: System..::..Object
The page that has been removed.