Table of Contents

Method OnCardsItemRemoved

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

OnCardsItemRemoved(object?, int, CardPanelItem)

Called when a card is removed from the Cards collection. Unsubscribes from the events of the removed card. If the removed card is the currently selected card, clears the selection.

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

Parameters

sender object

The source of the event (the collection).

index int

The index of the removed card.

item CardPanelItem

The card item that was removed.