This document is archived and information here might be outdated.  Recommended version.


ITraverseWindowEvents.OnChangeTurnDirection Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindowEvents Interface > ITraverseWindowEvents.OnChangeTurnDirection Event
ArcGIS Developer Help

ITraverseWindowEvents.OnChangeTurnDirection Event

Called when the turn direction is changed.

[Visual Basic .NET]
Public Event OnChangeTurnDirection As OnChangeTurnDirectionEventHandler
[C#]
public event OnChangeTurnDirectionEventHandler OnChangeTurnDirection

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever the value for the turn direction of a curve changes, the OnChangeTurnDirection event is fired.

This event only makes sense when the course type is esriCTCurve or esriCTTangentCurve.

See Also

ITraverseWindowEvents Interface