ExpandedCollapsedEventArgs
Interface represents the event arguments for the collapsed
and expanded
event.
Properties
element HTMLElement
Gets the root HTML element of the pane being expanded or collapsed.
event Event
Gets the original triggered event arguments.
index Number[]
Gets the indexes of the affected panes.
name String
Gets the name of the event.
pane HTMLElement[]
Gets the HTML elements for the panes of the affected panes.
separator HTMLElement
Gets the splitter bar the was used to expanded or collapsed the pane.