DataParameter.OnSizeChanging(Int32) Method

Definition

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

value
Int32

The value to which the Size property will be set.

Exceptions

The parameter direction is In or the parameter size is fixed.

The parameter size is less than zero.

Applies to