Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 888 Bytes

File metadata and controls

22 lines (14 loc) · 888 Bytes
title CommandProvider.RaiseItemsChanged() Method
description The RaiseItemsChanged method raises the ItemsChanged event with the number of items specified.
ms.date 2/25/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

CommandProvider.RaiseItemsChanged() Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The RaiseItemsChanged method raises the ItemsChanged event with the specified change type. This method is typically used to notify the Command Palette of changes in the command provider's items, such as when new commands are added or existing commands are removed.