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


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

OnFullExtentUpdatedEventHandler Delegate

Represents the method that handles the OnFullExtentUpdated event.
[Visual Basic .NET]
Public Delegate Sub OnFullExtentUpdatedEventHandler ( _
    ByVal displayTransformation As Object, _
    ByVal newEnvelope As Object _
)
[C#]
public delegate void OnFullExtentUpdatedEventHandler (
    object displayTransformation,
    object newEnvelope
);