DataParameter.OnValueChanged (Método)

Se le llama cuando ha cambiado la propiedad Value.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Protected Overridable Sub OnValueChanged
protected virtual void OnValueChanged()
protected:
virtual void OnValueChanged()
abstract OnValueChanged : unit -> unit 
override OnValueChanged : unit -> unit 
protected function OnValueChanged()

Comentarios

La implementación base de este método restablece el tipo y el tamaño, (a menos que explícitamente se establecieron en una llamada anterior a las propiedades de Type o de Scale ) para reflejar los atributos del nuevo valor.

Seguridad de .NET Framework

Vea también

Referencia

DataParameter Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)

OnValueChanging