DataParameter.OnScaleChanging Method
Called when the Scale property is about to change.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnScaleChanging ( _
value As Byte _
)
protected virtual void OnScaleChanging(
byte value
)
protected:
virtual void OnScaleChanging(
unsigned char value
)
abstract OnScaleChanging :
value:byte -> unit
override OnScaleChanging :
value:byte -> unit
protected function OnScaleChanging(
value : byte
)
Parameters
value
Type: System.ByteThe value to which the Scale property is to be set.
Remarks
The base implementation of this method ensures that the parameter direction is not input (in which case the scale can be inferred from the actual value) and that the scale is not fixed.
.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.