DomainPropertyValueHandler<TElement, TValue>.ValueChanged (Método)

Agrega un registro de transacciones y provoca el evento de OnValueChanged.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Protected Sub ValueChanged ( _
    element As TElement, _
    oldValue As TValue, _
    newValue As TValue _
)
protected void ValueChanged(
    TElement element,
    TValue oldValue,
    TValue newValue
)

Parámetros

  • oldValue
    Tipo: TValue
    Valor actual de la propiedad.
  • newValue
    Tipo: TValue
    Nuevo valor de la propiedad.

Comentarios

Este método llama SetValue después de cambiar el valor.

Seguridad de .NET Framework

Vea también

Referencia

DomainPropertyValueHandler<TElement, TValue> Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)