แก้ไข

แชร์ผ่าน


INotifyPropChanged Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

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

Events

Event Description
Windows.Foundation.TypedEventHandler<Object, IPropChangedEventArgs> PropChanged Notifies that a property value has changed.