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

Alerta agentes de escucha cuando un valor de propiedad va a cambiar.

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 Overridable Sub OnValueChanging ( _
    element As TElement, _
    oldValue As TValue, _
    newValue As TValue _
)
protected virtual void OnValueChanging(
    TElement element,
    TValue oldValue,
    TValue newValue
)

Parámetros

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

Seguridad de .NET Framework

Vea también

Referencia

DomainPropertyValueHandler<TElement, TValue> Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)