AccordionCancelEventArgs
Wisej.Web.AccordionCancelEventArgs
Last updated
Wisej.Web.AccordionCancelEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the Selecting and Deselecting events of a Accordion control.
Initializes a new instance of the AccordionCancelEventArgs class.
Name | Type | Description |
---|---|---|
panel | ||
panelIndex | ||
cancel | true to cancel the panel change by default; otherwise, false. | |
action |
AccordionAction: Returns a value indicating which event is occurring.
AccordionPanel: Returns the AccordionPanel the event is occurring for.
Int32: Returns the zero-based index of the Panel in the Panels collection.
Name | Description |
---|---|
The the event is occurring for.
The zero-based index of panel in the collection.
One of the values.
Represents the method that will handle the or event of a control.