DataParameter.OnScaleChanging(Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)