Skip to main content
Version: 4.1

AccordionEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the Selected or Deselected event of a Accordion control.

public delegate void AccordionEventHandler(Object sender, AccordionEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eAccordionEventArgsA AccordionEventArgs that contains the event data.

Fired By

NameDescription
Accordion.SelectedFired when a panel is selected.
Accordion.DeselectedFired when a panel is deselected.