Solid Edge Framework Type Library
AnimationEvent Event
Description
Occurs when an animation event occurs.
Syntax
Visual Basic
Public Event AnimationEvent( _
   ByVal AnimationEventType As AnimationEventConstants, _
   ByVal nFrame As Integer _
)
Parameters
AnimationEventType
ValueDescription
AfterDragComponentFrameUpdateAfter a drag component frame updates
AfterTimelineFrameUpdateAfter an animation timeline frame updates
BeforeDragComponentFrameUpdateBefore a drag component frame updates
BeforeTimelineFrameUpdateBefore an animation timeline frame updates
nFrame
See Also

AnimationEvents Object  | AnimationEvents Members