MarkdownMonsterAddin.OnWindowLoaded

Fired when the main application window has been loaded and the main Markdown Monster Application Model is available. Access the Window with mmApp.Model.Window.

Use this method to ensure that Model and UI are available, often in combination with OnApplicationStart() and GetMarkdownParser() which fire before the Model or UI are active.

public virtual Task OnWindowLoaded()

See also:

Class MarkdownMonsterAddin

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic