AccordionEventArgs

Wisej.Web.AccordionEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Provides data for the Selected and Deselected events of a Accordion control.

public class AccordionEventArgs : EventArgs

Constructors

Initializes a new instance of the AccordionEventArgs class.

NameTypeDescription

panel

panelIndex

action

Properties

AccordionAction: Returns a value indicating which event is occurring.

AccordionPanel: Returns the AccordionPanel the event is occurring for.

Int32: Returns the zero-based index of the Panel in the Panels collection.

Used By

NameDescription

Last updated