[]
Provides data for the PageIsClosedChanged event.
public class PageIsClosedChangedEventArgs : EventArgs
Name | Description |
---|---|
PageIsClosedChangedEventArgs(C1AccordionPage, bool) | Initializes a new instance of the PageIsClosedChangedEventArgs. |
Name | Description |
---|---|
NewClosedState | Gets the new value of the Pages's IsClosed. |
Page | Gets the C1AccordionPage whose closed state has been changed. |