DataParameter.OnScaleChanging(Byte) Method

Definition

Called when the Scale property is about to change.

protected:
 virtual void OnScaleChanging(System::Byte value);
protected virtual void OnScaleChanging (byte value);
abstract member OnScaleChanging : byte -> unit
override this.OnScaleChanging : byte -> unit
Protected Overridable Sub OnScaleChanging (value As Byte)

Parameters

value
Byte

The value to which the Scale property is to be set.

Applies to