[]
Provides data for the PageExpandStateChanging event.
public class PageExpandStateChangingEventArgs : CancelEventArgs
| Name | Description |
|---|---|
| PageExpandStateChangingEventArgs(C1AccordionPage, bool) | Initializes a new instance of the PageExpandStateChangingEventArgs. |
| Name | Description |
|---|---|
| NewExpandedState | Gets the value that IsExpanded is about to change to. |
| Page | Gets the C1AccordionPage whose expanded state is changing. |