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