PropertyChangedEventArgs(String) Constructor
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.
Initializes a new instance of the PropertyChangedEventArgs class.
.NET This type is hidden, use System.ComponentModel.PropertyChangedEventArgs.
public:
PropertyChangedEventArgs(Platform::String ^ name);
PropertyChangedEventArgs(winrt::hstring const& name);
public PropertyChangedEventArgs(string name);
function PropertyChangedEventArgs(name)
Public Sub New (name As String)
Parameters
- name
-
String
Platform::String
winrt::hstring
The short name of the property that changed.
Remarks
When programming with .NET, this class is hidden and developers should use the System.ComponentModel.PropertyChangedEventArgs class.