Table of Contents

Class ExtenderControlEventAttribute

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[AttributeUsage(AttributeTargets.Property, Inherited = true)]
public sealed class ExtenderControlEventAttribute : Attribute
Inheritance
ExtenderControlEventAttribute
Inherited Members

Constructors

ExtenderControlEventAttribute()

public ExtenderControlEventAttribute()

ExtenderControlEventAttribute(bool)

public ExtenderControlEventAttribute(bool isScriptEvent)

Parameters

isScriptEvent bool

Properties

IsScriptEvent

public bool IsScriptEvent { get; }

Property Value

bool