Wisej.Web.AnimationEventArgs
Last updated 2 years ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the Start or End event of a Animation extender.
public class AnimationEventArgs : EventArgs
Public Class AnimationEventArgs Inherits EventArgs
String: Returns the name of the animation that has fired the event.
Control: The target Control of the animation.
AnimationEventHandler
Represents the method that will handle the Start or End event of a Animation extender.