PropertyChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.
|
Properties
PropertyName |
Gets the name of the property that changed.
|