DataParameter.OnTypeChanging(String) 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 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
Exceptions
The parameter type is not valid.