ArcGIS Developer Help  (ESRI.ArcGIS.GeoDatabaseExtensions)  

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