AnimationEventHandler
Wisej.Web.AnimationEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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
Fired By