MindFusion.UI for WebForms Programmer's Guide

AccordionEventArgs Members

Constructors Properties
 


Provides data for accordion control related events.

The following tables list the members exposed by the AccordionEventArgs type.

 Public Constructors

  Name Description

AccordionEventArgs

Initializes a new instance of the AccordionEventArgs class.

 Public Properties

  Name Description

Action

Gets a value indicating which event is occurring.

Item

Gets the AccordionItem the event is occurring for.

ItemIndex

Gets the zero-based index of the item in the Accordion.Items collection.

 See Also