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


IEngineEditEvents.OnCurrentZChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnCurrentZChanged Event

Called when the CurrentZ changes.

[Visual Basic .NET]
Public Event OnCurrentZChanged As OnCurrentZChangedEventHandler
[C#]
public event OnCurrentZChangedEventHandler OnCurrentZChanged
[C++]
HRESULT OnCurrentZChanged(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnCurrentZChanged event is fired when the value of IEngineEditSketch::CurrentZ is modified.

See Also

IEngineEditEvents Interface