แก้ไข

แชร์ผ่าน


INotifyItemsChanged Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

The INotifyItemsChanged interface represents an object that can notify listeners of item changes in the Command Palette. It is used to implement the observer pattern, allowing other components to subscribe to item change notifications.

Events

Event Description
Windows.Foundation.TypedEventHandler<Object, IItemsChangedEventArgs> ItemsChanged Notifies that items have changed.