Table of Contents

Method OnCardsItemInserted

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

OnCardsItemInserted(object?, int, CardPanelItem)

Called when a card is inserted into the Cards collection. Subscribes to the events of the inserted card.

protected virtual void OnCardsItemInserted(object? sender, int index, CardPanelItem item)

Parameters

sender object

The source of the event (the collection).

index int

The index where the card was inserted.

item CardPanelItem

The card item that was inserted.