Performs additional custom processes after removing a TabPage from the
collection.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0
Syntax
C# |
---|
protected override void OnRemoveComplete( int index, Object value ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnRemoveComplete ( _ index As Integer, _ value As Object _ ) |
Visual C++ |
---|
protected: virtual void OnRemoveComplete( int index, Object^ value ) override |
Parameters
- index
- Type: System..::.Int32
System.Int32 The zero-based index at which value can be found.
- value
- Type: System..::.Object
System.Object The value of the TabPage to remove from index.