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