A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class UpdatePanelAnimationExtender

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

Constructors

UpdatePanelAnimationExtender()

Declaration
public UpdatePanelAnimationExtender()

Properties

OnUpdated

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

OnUpdating

Declaration
[ExtenderControlProperty]
public Animation OnUpdating { 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