TabPageCollectionOnRemove Method
Performs additional custom processes when removing an element from the
CollectionBase instance.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
protected override void OnRemove(
int index,
Object value
)
Protected Overrides Sub OnRemove (
index As Integer,
value As Object
)
Parameters
- index Int32
- The zero-based index at which value can be found.
- value Object
- The value of the element to remove from index.