ArcObjects Library Reference (Editor)  

ITraverseWindowEvents.OnChangeCurveDirectionType Event

Called when the curve direction type changes.

[Visual Basic .NET]
Public Event OnChangeCurveDirectionType As OnChangeCurveDirectionTypeEventHandler
[C#]
public event OnChangeCurveDirectionTypeEventHandler OnChangeCurveDirectionType

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever the value specifying the direction of a curve changes, the OnChangeCurveDirectionType event is fired.

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

See Also

ITraverseWindowEvents Interface