AccordionCancelEventHandler
Wisej.Web.AccordionCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the Selecting or Deselecting event of a Accordion control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A AccordionCancelEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Occurs before a panel is selected, enabling a handler to cancel the panel change. | |
Occurs before a panel is deselected, enabling a handler to cancel the panel change. |
Last updated