Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

File metadata and controls

29 lines (20 loc) · 1.05 KB
title PropChangedEventArgs Class
description The PropChangedEventArgs class is used to provide data for the property changed event. It contains information about the property that has changed.
ms.date 2/26/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

PropChangedEventArgs Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IPropChangedEventArgs

The PropChangedEventArgs class is used to provide data for the property changed event. It contains information about the property that has changed.

Constructors

Constructor Description
PropChangedEventArgs(String) Initializes a new instance of the PropChangedEventArgs class with the specified property name.

Properties

Property Type Description
PropertyName String Gets the name of the property that has changed.