PropertyChangedEventArgs(String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe PropertyChangedEventArgs.
.NET Ce type est masqué, utilisez 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)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom court de la propriété qui a changé.
Remarques
Lors de la programmation avec .NET, cette classe est masquée et les développeurs doivent utiliser la classe System.ComponentModel.PropertyChangedEventArgs .