AccordionAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Defines values representing Accordion events.
- C#
- VB.NET
public enum AccordionAction : Enum
Public Enum AccordionAction As [Enum]
Fields
| Name | Description |
|---|---|
| Deselected | Represents the Deselected event. |
| Deselecting | Represents the Deselecting event. |
| Selected | Represents the Selected event. |
| Selecting | Represents the Selecting event. |
Used By
| Name | Description |
|---|---|
| AccordionCancelEventArgs.Action | Returns a value indicating which event is occurring. |
| AccordionEventArgs.Action | Returns a value indicating which event is occurring. |