Search
Animation.OnAnimationComplete Method
See Also
 





Raises the AnimationComplete event.

Namespace: MindFusion.Animations
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

protected virtual void OnAnimationComplete (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnAnimationComplete( _
    e As EventArgs _
)

 Parameters

e

An object providing the event data.

 See Also