Share via


DataParameter.OnValueChanged Method

Called when the Value property has changed.

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

Syntax

'Declaration
Protected Overridable Sub OnValueChanged
'Usage
Me.OnValueChanged()
protected virtual void OnValueChanged()
protected:
virtual void OnValueChanged()
protected function OnValueChanged()

Remarks

The base implementation of this method resets the type and size, (unless they were explicitly set in a previous call to the Type or Scale properties) to reflect the attributes of the new value.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace

OnValueChanging