ArcObjects Library Reference (Animation)  

IAnimationEvents.AfterFrame Event

Occurs after animation plays a new frame.

[Visual Basic .NET]
Public Event AfterFrame As AfterFrameEventHandler
[C#]
public event AfterFrameEventHandler AfterFrame
[C++]
HRESULT AfterFrame(
  double relativeTime
);
[C++]

Parameters

relativeTime [in]   relativeTime is a parameter of type double

Product Availability

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

See Also

IAnimationEvents Interface