Share via


DataParameter.OnSizeChanged Method

Called when the Size property has changed.

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

Syntax

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

Remarks

Notes to Inheritors:

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace

OnSizeChanging

SetSizeCore