ArcObjects Library Reference (Editor)  

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