DataParameter.OnDirectionChanging(DataParameterDirection) 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 Direction property is about to change.
protected:
virtual void OnDirectionChanging(Microsoft::VisualStudio::Data::DataParameterDirection value);
protected virtual void OnDirectionChanging (Microsoft.VisualStudio.Data.DataParameterDirection value);
abstract member OnDirectionChanging : Microsoft.VisualStudio.Data.DataParameterDirection -> unit
override this.OnDirectionChanging : Microsoft.VisualStudio.Data.DataParameterDirection -> unit
Protected Overridable Sub OnDirectionChanging (value As DataParameterDirection)
Parameters
- value
- DataParameterDirection
The value that the Direction property will be set to, from among those defined in the DataParameterDirection enumeration.