Table of Contents

Class UpdatePanelAnimationExtender

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts), 0)]
[RequiredScript(typeof(AnimationScripts), 1)]
[RequiredScript(typeof(AnimationExtender), 2)]
[ClientScriptResource("Sys.Extended.UI.Animation.UpdatePanelAnimationBehavior", "UpdatePanelAnimation")]
public class UpdatePanelAnimationExtender : AnimationExtenderControlBase, IControlResolver
Inheritance
UpdatePanelAnimationExtender
Implements
Inherited Members

Constructors

UpdatePanelAnimationExtender()

public UpdatePanelAnimationExtender()

Properties

AlwaysFinishOnUpdatingAnimation

[Browsable(true)]
[ExtenderControlProperty]
[ClientPropertyName("alwaysFinishOnUpdatingAnimation")]
public bool AlwaysFinishOnUpdatingAnimation { get; set; }

Property Value

bool

ChildrenAsTriggers

[ExtenderControlProperty]
[ClientPropertyName("childrenAsTriggers")]
public bool ChildrenAsTriggers { get; set; }

Property Value

bool

OnUpdated

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onUpdated")]
public Animation OnUpdated { get; set; }

Property Value

Animation

OnUpdating

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onUpdating")]
public Animation OnUpdating { get; set; }

Property Value

Animation

TriggerControlsClientID

[Browsable(false)]
[ExtenderControlProperty(true, true)]
[ClientPropertyName("triggerControlsClientID")]
public string[] TriggerControlsClientID { get; }

Property Value

string[]

Methods

GetControl(string)

public Control GetControl(string id)

Parameters

id string

Returns

Control

GetTargetControl()

public Control GetTargetControl()

Returns

Control

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

RenderScriptAttributes(ScriptBehaviorDescriptor)

protected override void RenderScriptAttributes(ScriptBehaviorDescriptor descriptor)

Parameters

descriptor ScriptBehaviorDescriptor