ArcObjects Library Reference (Animation)  

IAnimationEvents.BeforeRecord Event

Occurs before animation attempts to record a new view keyframe.

[Visual Basic .NET]
Public Event BeforeRecord As BeforeRecordEventHandler
[C#]
public event BeforeRecordEventHandler BeforeRecord
[C++]
HRESULT BeforeRecord(
void
);

Product Availability

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

See Also

IAnimationEvents Interface