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


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

OnRedoBuildEventHandler Delegate

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