ArcObjects Library Reference (SystemUtility)  

IMapControlEvents2Helper.OnFullExtentUpdated Method

Fires after the full extent (bounds) of the MapControl has changed.

ERROR: Syntax information about IMapControlEvents2Helper.OnFullExtentUpdated may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT OnFullExtentUpdated(
  VARIANT displayTransformation,
  VARIANT newEnvelope
);
[C++]

Parameters

displayTransformation [in]   displayTransformation is a parameter of type VARIANT newEnvelope [in]   newEnvelope is a parameter of type VARIANT

See Also

IMapControlEvents2Helper Interface