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


IPageLayoutControlEvents.OnFullExtentUpdated Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IPageLayoutControlEvents.OnFullExtentUpdated Event

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

[Visual Basic .NET]
Public Event OnFullExtentUpdated As OnFullExtentUpdatedEventHandler
[C#]
public event OnFullExtentUpdatedEventHandler OnFullExtentUpdated
[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

Product Availability

Available with ArcGIS Engine.

Description

OnFullExtentUpdated is triggered whenever the IPageLayoutControl::FullExtent is set. For example, by changing the paper size.

See Also

IPageLayoutControlEvents Interface