Skip to main content
Version: 3.5

AccordionAction

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines values representing Accordion events.

public enum AccordionAction : Enum

Fields

NameDescription
DeselectedRepresents the Deselected event.
DeselectingRepresents the Deselecting event.
SelectedRepresents the Selected event.
SelectingRepresents the Selecting event.

Used By

NameDescription
AccordionCancelEventArgs.ActionReturns a value indicating which event is occurring.
AccordionEventArgs.ActionReturns a value indicating which event is occurring.