AnimationEventHandler
Wisej.Web.AnimationEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the Start or End event of a Animation extender.
public delegate void AnimationEventHandler(Object sender, AnimationEventArgs e)
Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the animation begins.
Fired when the animation ends.
Last updated
Was this helpful?