Table of Contents

Method OnPagesItemRemoved

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

OnPagesItemRemoved(object?, int, AbstractControl)

Called when item is removed from the pages collection.

protected virtual void OnPagesItemRemoved(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.