DataParameter.OnDirectionChanging(DataParameterDirection) Method

Definition

Called when the Direction property is about to change.

protected:
 virtual void OnDirectionChanging(Microsoft::VisualStudio::Data::Services::SupportEntities::DataParameterDirection value);
protected virtual void OnDirectionChanging (Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection value);
abstract member OnDirectionChanging : Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection -> unit
override this.OnDirectionChanging : Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection -> unit
Protected Overridable Sub OnDirectionChanging (value As DataParameterDirection)

Parameters

value
DataParameterDirection

The value that the property Direction will be set to, from among those defined in the DataParameterDirection enumeration.

Exceptions

The parameter direction is Unknown or is not supported.

Applies to