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.
- C#
- VB.NET
public delegate void AnimationEventHandler(Object sender, AnimationEventArgs e)
Public Delegate Sub AnimationEventHandler(ByVal sender As [Object], ByVal e As AnimationEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | AnimationEventArgs | A AnimationEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Animation.Start | Fired when the animation begins. |
| Animation.End | Fired when the animation ends. |