Compartilhar via


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.

Applies to