AnimationEventHandler
Wisej.Web.AnimationEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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)Public Delegate Sub AnimationEventHandler(ByVal sender As [Object], ByVal e As AnimationEventArgs)Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the animation begins.
Fired when the animation ends.
Last updated
Was this helpful?

