London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class AnimationExtender

Inheritance
System.Object
AnimationExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(AnimationScripts))]
[ClientScriptResource("AjaxControlToolkit.Animation.AnimationBehavior", "AjaxControlToolkit.Animation.AnimationBehavior.js")]
public class AnimationExtender : AnimationExtenderControlBase, IControlResolver

Constructors

AnimationExtender()

Declaration
public AnimationExtender()

Properties

OnClick

Declaration
[ExtenderControlProperty]
public Animation OnClick { get; set; }
Property Value
Type Description
Animation

OnHoverOut

Declaration
[ExtenderControlProperty]
public Animation OnHoverOut { get; set; }
Property Value
Type Description
Animation

OnHoverOver

Declaration
[ExtenderControlProperty]
public Animation OnHoverOver { get; set; }
Property Value
Type Description
Animation

OnLoad

Declaration
[ExtenderControlProperty]
public Animation OnLoad { get; set; }
Property Value
Type Description
Animation

OnMouseOut

Declaration
[ExtenderControlProperty]
public Animation OnMouseOut { get; set; }
Property Value
Type Description
Animation

OnMouseOver

Declaration
[ExtenderControlProperty]
public Animation OnMouseOver { get; set; }
Property Value
Type Description
Animation

Methods

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Implements