Compartir a través de


ValueTranslationService.PropertyInvalidated (Evento)

Se produce cuando una propiedad se tiene que invalidar debido a un cambio en una propiedad dependiente.

Espacio de nombres:  Microsoft.Windows.Design.Services
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

ValueTranslationService Clase

Microsoft.Windows.Design.Services (Espacio de nombres)

DesignModeValueProvider

Otros recursos

Tutorial: Cambiar el comportamiento de una propiedad en tiempo de diseño

Extensibilidad de WPF Designer