TabPageCollectionOnRemove Method

Performs additional custom processes when removing an element from the CollectionBase instance.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
protected override void OnRemove(
	int index,
	Object value
)

Parameters

index  Int32
The zero-based index at which value can be found.
value  Object
The value of the element to remove from index.

See Also