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


ITransformEvents.BoundsUpdated 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.BoundsUpdated Event
ArcGIS Developer Help

ITransformEvents.BoundsUpdated Event

Notifies clients when the bounds is updated.

[Visual Basic .NET]
Public Event BoundsUpdated As BoundsUpdatedEventHandler
[C#]
public event BoundsUpdatedEventHandler BoundsUpdated
[C++]
HRESULT BoundsUpdated(
  IDisplayTransformation* sender
);
[C++]
Parameters
sender 

sender is a parameter of type IDisplayTransformation*

Product Availability

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

See Also

ITransformEvents Interface