Table of Contents

Method OnPagesItemInserted

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnPagesItemInserted(object?, int, AbstractControl)

Called when item is inserted into the pages collection.

protected virtual void OnPagesItemInserted(object? sender, int index, AbstractControl item)

Parameters

sender object

The event source.

index int

The index of the item.

item AbstractControl

The item that was removed.