'Declaration
Public Event PageExpandStateChanged As EventHandler(Of PageExpandStateChangedEventArgs)
public event EventHandler<PageExpandStateChangedEventArgs> PageExpandStateChanged
Event Data
The event handler receives an argument of type PageExpandStateChangedEventArgs containing data related to this event. The following PageExpandStateChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewExpandedState | Gets the new value of the Pages's IsExpanded. |
Page | Gets the C1AccordionPage whose expand state has been changed. |
See Also