PropertyChangedEventArgs Class

Definition

Provides data for the PropertyChanged event.

.NET This class appears as System.ComponentModel.PropertyChangedEventArgs.

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PropertyChangedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class PropertyChangedEventArgs
Public Class PropertyChangedEventArgs
Inheritance
Object IInspectable PropertyChangedEventArgs
Attributes

Remarks

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

Constructors

PropertyChangedEventArgs(String)

Initializes a new instance of the PropertyChangedEventArgs class.

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

Properties

PropertyName

Gets the name of the property that changed.

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

Applies to

See also