iMenuPagesOnInsertComplete Method

Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
protected override void OnInsertComplete(
	int index,
	Object value
)

Parameters

index  Int32
The zero-based index at which to insert value.
value  Object
The new value of the element at index.

See Also