Click or drag to resize

TextDocumentControllerEhBeforeCompleteRendering Method

This event was fired by the markdown edit control before a complete rendering takes place. Here we update all properties that may influence the rendering (language, spell checking, hyphenation etc.)

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhBeforeCompleteRendering()

Implements

ITextDocumentControllerEhBeforeCompleteRendering
See Also