klyn.gui.windows.DockPane.expanded
event
public event expanded as ActionEvent
Description

Emitted when a collapsed pane is expanded.

Deferred tool providers can use this event to initialize their content only when the user asks to display it.

pane.expanded += lambda(event: ActionEvent): print("Pane opened")