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


ITransformEvents.VisibleBoundsUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITransformEvents Interface > ITransformEvents.VisibleBoundsUpdated Event
ArcGIS Developer Help

ITransformEvents.VisibleBoundsUpdated Event

Notifies clients when the visible bounds is updated.

[Visual Basic .NET]
Public Event VisibleBoundsUpdated As VisibleBoundsUpdatedEventHandler
[C#]
public event VisibleBoundsUpdatedEventHandler VisibleBoundsUpdated
[C++]
HRESULT VisibleBoundsUpdated(
  IDisplayTransformation* sender,
  VARIANT_BOOL sizeChanged
);
[C++]
Parameters
sender 

sender is a parameter of type IDisplayTransformation* sizeChanged
sizeChanged is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITransformEvents Interface