Class AccordionItemEventArgs
Inheritance
System.Object
System.EventArgs
AccordionItemEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
public class AccordionItemEventArgs : EventArgs
Constructors
AccordionItemEventArgs(AccordionContentPanel, AccordionItemType)
Declaration
public AccordionItemEventArgs(AccordionContentPanel item, AccordionItemType type)
Parameters
Type | Name | Description |
---|---|---|
AccordionContentPanel | item | |
AccordionItemType | type |
Properties
AccordionItem
Declaration
public AccordionContentPanel AccordionItem { get; }
Property Value
Type | Description |
---|---|
AccordionContentPanel |
Item
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object |
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemType
Declaration
public AccordionItemType ItemType { get; }
Property Value
Type | Description |
---|---|
AccordionItemType |