PropertyContainer.PropertyEntryChanged, événement
Se produit lorsque la propriété PropertyEntry a été modifiée.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Event PropertyEntryChanged As EventHandler
public event EventHandler PropertyEntryChanged
public:
event EventHandler^ PropertyEntryChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member PropertyEntryChanged : IEvent<EventHandler,
EventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms
Autres ressources
Extensibilité du Concepteur WPF