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.
- C#
- VB.NET
public delegate void AccordionEventHandler(Object sender, AccordionEventArgs e)
Public Delegate Sub AccordionEventHandler(ByVal sender As [Object], ByVal e As AccordionEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | AccordionEventArgs | A AccordionEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Accordion.Selected | Fired when a panel is selected. |
| Accordion.Deselected | Fired when a panel is deselected. |