Skip to main content
Version: 3.5

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
senderObjectThe source of the event.
eAccordionCancelEventArgsA AccordionCancelEventArgs that contains the event data.

Fired By

NameDescription
Accordion.SelectingOccurs before a panel is selected, enabling a handler to cancel the panel change.
Accordion.DeselectingOccurs before a panel is deselected, enabling a handler to cancel the panel change.