TabPageCollectionOnRemoveComplete Method

Performs additional custom processes after removing a TabPage from the collection.

Definition

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

Parameters

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

See Also