ArcObjects Library Reference (Display)  

ITransformEvents.UnitsUpdated Event

Notifies clients when the units are updated.

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