ArcGIS Developer Help  (ESRI.ArcGIS.GeoDatabaseExtensions)  

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
);