Evento ValueTranslationService.PropertyInvalidated

Ocorre quando uma propriedade precisa ser invalidados por causa de uma alteração em uma propriedade dependente.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ValueTranslationService Classe

Namespace Microsoft.Windows.Design.Services

DesignModeValueProvider

Outros recursos

Walkthrough: Alterar o comportamento de uma propriedade em tempo de design

Extensibilidade do WPF Designer