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


IEditEvents2.OnCurrentZChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents2 Interface > IEditEvents2.OnCurrentZChanged Event
ArcGIS Developer Help

IEditEvents2.OnCurrentZChanged Event

Called when the CurrentZ changes.

[Visual Basic .NET]
Public Event OnCurrentZChanged As OnCurrentZChangedEventHandler
[C#]
public event OnCurrentZChangedEventHandler OnCurrentZChanged

Product Availability

Available with ArcGIS Desktop.

Remarks

The OnCurrentZChanged event is fired when the value for IEditor::CurrentZ is modified.  IEditor::CurrentZ can be altered programmatically or through the Current Z control available under the Editor category in the Customize dialog.

See Also

IEditEvents2 Interface