DataParameter.OnTypeChanging(String) Method

Definition

Called when the Type property is about to change.

protected:
 virtual void OnTypeChanging(System::String ^ value);
protected virtual void OnTypeChanging (string value);
abstract member OnTypeChanging : string -> unit
override this.OnTypeChanging : string -> unit
Protected Overridable Sub OnTypeChanging (value As String)

Parameters

value
String

The value that the Type property will be set to.

Applies to