ToolCollectionOnRemove 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
- An index of Tool being removed.
- value Object
- A Tool object being removed.