Edit

ItemsChangedEventArgs Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IItemsChangedEventArgs

The ItemsChangedEventArgs class is used to represent the event arguments for the items changed event in the Command Palette Extensions Toolkit. It contains information about the total number of items that have changed.

Constructors

Constructor Description
ItemsChangedEventArgs(Integer) Initializes a new instance of the ItemsChangedEventArgs class with the specified total number of items.

Properties

Property Type Description
TotalItems Integer Gets the total number of items that have changed. This property is read-only.