ArcObjects Library Reference (Animation)  

IAnimationEvents.StateChanged Event

Occurs when animation state changes.

[Visual Basic .NET]
Public Event StateChanged As StateChangedEventHandler
[C#]
public event StateChangedEventHandler StateChanged
[C++]
HRESULT StateChanged(
  esriAnimationState newState
);
[C++]

Parameters

newState [in]

  newState is a parameter of type esriAnimationState

Product Availability

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

See Also

IAnimationEvents Interface