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