AccordionSectionExpandedEventArgs
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Event arguments for accordion section expand/collapse changes.
csharp
public sealed class AccordionSectionExpandedEventArgs : EventArgsInheritance
Object → EventArgs → AccordionSectionExpandedEventArgs
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; }