ArcObjects Library Reference (Display)  

ITransformEvents.RotationUpdated Event

Notifies clients when the rotation angle is updated.

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