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


OnUndoBuildEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnUndoBuildEventHandler Delegate

Represents the method that handles the OnUndoBuild event.
[Visual Basic .NET]
Public Delegate Sub OnUndoBuildEventHandler ( _
    ByVal pExtent As IEnvelope _
)
[C#]
public delegate void OnUndoBuildEventHandler (
    IEnvelope pExtent
);