[]
Provides data for the PageExpandStateChanged event.
public class PageExpandStateChangedEventArgs : EventArgs
Name | Description |
---|---|
PageExpandStateChangedEventArgs(C1AccordionPage, bool) | Initializes a new instance of the PageExpandStateChangedEventArgs. |
Name | Description |
---|---|
NewExpandedState | Gets the new value of the Pages's IsExpanded. |
Page | Gets the C1AccordionPage whose expand state has been changed. |