Wisej.Web.AnimationEventHandler
Last updated 1 year ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the or event of a extender.
public delegate void AnimationEventHandler(Object sender, AnimationEventArgs e)
Public Delegate Sub AnimationEventHandler(ByVal sender As [Object], ByVal e As AnimationEventArgs)
sender
The source of the event.
e
A that contains the event data.
Fired when the animation begins.
Fired when the animation ends.