AccordionCancelEventHandler

Wisej.Web.AccordionCancelEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the Selecting or Deselecting event of a Accordion control.

public delegate void AccordionCancelEventHandler(Object sender, AccordionCancelEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A AccordionCancelEventArgs that contains the event data.

Fired By

NameDescription

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