Skip to content

WindowSelectionChangedHandler

FoolRunning edited this page Jul 26, 2022 · 2 revisions

delegate void WindowSelectionChangedHandler(IPluginHost sender, IParatextChildState activeWindowState, IReadOnlyList< ISelection > currentSelections)

Handler for handling the selection of a child window changing

Parameter Description
sender The plugin host
activeWindowState The new state of the child window
currentSelections A list of selections in the view (typically only one)

This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally