ValueTranslationService.PropertyInvalidated, événement
Se produit lorsqu'une propriété doit être invalidée à cause d'une modification dans une propriété dépendante.
Espace de noms : Microsoft.Windows.Design.Services
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride Event PropertyInvalidated As EventHandler(Of PropertyInvalidatedEventArgs)
public abstract event EventHandler<PropertyInvalidatedEventArgs> PropertyInvalidated
public:
virtual event EventHandler<PropertyInvalidatedEventArgs^>^ PropertyInvalidated {
void add (EventHandler<PropertyInvalidatedEventArgs^>^ value);
void remove (EventHandler<PropertyInvalidatedEventArgs^>^ value);
}
abstract PropertyInvalidated : IEvent<EventHandler<PropertyInvalidatedEventArgs>,
PropertyInvalidatedEventArgs>
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
ValueTranslationService Classe
Microsoft.Windows.Design.Services, espace de noms
Autres ressources
Procédure pas à pas : modification du comportement d'une propriété au moment du design