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


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

OnExtentUpdatedEventHandler Delegate

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