Table of Contents

Event CheckedItemsChanged

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

Occurs when the collection of checked items changes.

public event EventHandler? CheckedItemsChanged

Returns

EventHandler
Occurs when the collection of checked items changes.

Remarks

This event is raised whenever an item is added to or removed from the collection of checked items. Subscribers can use this event to respond to changes in the selection state.