Click or drag to resize

ITextDocumentControllerEhIsViewerSelectedChanged Method

Notifies the controller that the viewer selection state changed.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EhIsViewerSelectedChanged(
	bool isViewerSelected
)

Parameters

isViewerSelected  Boolean
if the viewer is selected; otherwise, .
See Also