DataParameter.OnSizeChanging(Int32) 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 Size property is about to change.
protected:
virtual void OnSizeChanging(int value);
protected virtual void OnSizeChanging (int value);
abstract member OnSizeChanging : int -> unit
override this.OnSizeChanging : int -> unit
Protected Overridable Sub OnSizeChanging (value As Integer)
Parameters
Exceptions
The parameter direction is In or the parameter size is fixed.
The parameter size is less than zero.