Share via


DataParameter.OnDirectionChanging Method

Called when the Direction property is about to change.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Overridable Sub OnDirectionChanging ( _
    value As DataParameterDirection _
)
protected virtual void OnDirectionChanging(
    DataParameterDirection value
)
protected:
virtual void OnDirectionChanging(
    DataParameterDirection value
)
abstract OnDirectionChanging : 
        value:DataParameterDirection -> unit  
override OnDirectionChanging : 
        value:DataParameterDirection -> unit
protected function OnDirectionChanging(
    value : DataParameterDirection
)

Parameters

Remarks

The base implementation of this method ensures that the value is not equal to Unknown and calls the IsSupportedDirection method to test whether the parameter direction is supported.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace