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


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

OnBuildEventHandler Delegate

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