MarkdownMonsterAddin.OnApplicationInitialized

Fired when the application has Initialized, the Window is available and the model has been loaded. This happens after OnApplicationStart() but before OnWindowLoaded() and allows you to access the Model and Window before initial data binding of the Window occurs.

Most basic configuration options should be performed in this method

public virtual Task OnApplicationInitialized(AppModel model)

Parameters

model
Instance of the Markdown Monster Application Model


See also:

Class MarkdownMonsterAddin

© West Wind Technologies, 2016-2023 • Updated: 05/18/22
Comment or report problem with topic