ArcObjects Library Reference (SystemUtility)  

IPageLayoutControlEventsHelper.OnFullExtentUpdated Method

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

ERROR: Syntax information about IPageLayoutControlEventsHelper.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

IPageLayoutControlEventsHelper Interface