Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 817 Bytes

propertychangedeventargs_propertyname.md

File metadata and controls

26 lines (18 loc) · 817 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Data.PropertyChangedEventArgs.PropertyName
winrt property

Microsoft.UI.Xaml.Data.PropertyChangedEventArgs.PropertyName

-description

Gets the name of the property that changed.

.NET This type is hidden, use System.ComponentModel.PropertyChangedEventArgs.

-property-value

The name of the property that changed.

-remarks

When programming with .NET, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.

-examples

-see-also