public event expanded as ActionEvent
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")