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


ITransformEvents.ResolutionUpdated Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ITransformEvents.ResolutionUpdated Event

Notifies clients when the resolution is updated.

[Visual Basic .NET]
Public Event ResolutionUpdated As ResolutionUpdatedEventHandler
[C#]
public event ResolutionUpdatedEventHandler ResolutionUpdated
[C++]
HRESULT ResolutionUpdated(
  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