Skip to main content
Version: 3.5

AnimationEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Start or End event of a Animation extender.

public class AnimationEventArgs : EventArgs

Properties

Instance memberAnimationName

String: Returns the name of the animation that has fired the event.

Instance memberTarget

Control: The target Control of the animation.

Used By

NameDescription
AnimationEventHandlerRepresents the method that will handle the Start or End event of a Animation extender.