Partager via


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

Voir aussi

Référence

ValueTranslationService Classe

Microsoft.Windows.Design.Services, espace de noms

DesignModeValueProvider

Autres ressources

Procédure pas à pas : modification du comportement d'une propriété au moment du design

Extensibilité du Concepteur WPF