Skip to content

AccordionSectionExpandedEventArgs

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Event arguments for accordion section expand/collapse changes.

csharp
public sealed class AccordionSectionExpandedEventArgs : EventArgs

Inheritance

ObjectEventArgsAccordionSectionExpandedEventArgs

Properties

IsExpanded

Whether the section is now expanded.

Returns: Boolean

csharp
public bool IsExpanded { get; }

SectionIndex

The index of the section that changed.

Returns: Int32

csharp
public int SectionIndex { get; }

SectionTitle

The title of the section that changed.

Returns: String

csharp
public string SectionTitle { get; }

Released under the MIT License.