PropertyChangedEventArgs class
Provides data for the PropertyChanged event. When building Windows Store apps with the Microsoft .NET Framework, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.
.NET: This class appears as System.ComponentModel.PropertyChangedEventArgs.
Inheritance
- Object
- PropertyChangedEventArgs
Syntax
public ref class PropertyChangedEventArgs : Object
Attributes
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The PropertyChangedEventArgs class inherits from Object and IPropertyChangedEventArgs. PropertyChangedEventArgs also has these types of members:
Constructors
The PropertyChangedEventArgs class has these constructors.
| Constructor | Description |
|---|---|
| PropertyChangedEventArgs | Initializes a new instance of the PropertyChangedEventArgs class. |
Methods
The PropertyChangedEventArgs class inherits methods from the Object class.
Properties
The PropertyChangedEventArgs class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the name of the property that changed. |
Remarks
When building Windows Store apps with the Framework, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
Windows::UI::Xaml::Data |
|
Metadata |
|
See also
Build date: 12/4/2012
