Method OnPagesItemRemoved
OnPagesItemRemoved(object?, int, AbstractControl)
Called when item is removed from the pages collection.
protected virtual void OnPagesItemRemoved(object? sender, int index, AbstractControl item)
Parameters
senderobjectThe event source.
indexintThe index of the item.
itemAbstractControlThe item that was removed.