DataParameter.OnValueChanged Method

Called when the Value property has changed.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overridable Sub OnValueChanged
'使用

Me.OnValueChanged()
protected virtual void OnValueChanged()
protected:
virtual void OnValueChanged()
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.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace

OnValueChanging