| title | PropChangedEventArgs Constructors | |||
|---|---|---|---|---|
| description | Initializes a new instance of the PropChangedEventArgs class with the specified property name. | |||
| ms.date | 2/26/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Initializes a new instance of the PropChangedEventArgs class with the PropertyName property set to propertyName.
public PropChangedEventArgs(string propertyName)
{
PropertyName = propertyName;
}propertyName String
The name of the property that has changed. This value is used to set the PropertyName property of the PropChangedEventArgs class.