Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called when the Value property has changed.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnValueChanged
protected virtual void OnValueChanged()
protected:
virtual void OnValueChanged()
abstract OnValueChanged : unit -> unit
override OnValueChanged : unit -> unit
protected function OnValueChanged()
Remarks
The base implementation of this method resets the type, size, precision, and scale (unless they were explicitly set in a previous call to the Type, Size, Precision, or Scale properties) to reflect the attributes of the new value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.