Edit

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.