Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 723 Bytes

File metadata and controls

21 lines (15 loc) · 723 Bytes
title IPropChangedEventArgs Interface
description The IPropChangedEventArgs interface represents the arguments for property change events in the Command Palette.
ms.date 2/6/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

IPropChangedEventArgs Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

The IPropChangedEventArgs interface represents the arguments for property change events in the Command Palette. It is used to provide information about the property that has changed and its new value.

Properties

Property Type Description
PropertyName String Gets the property name.