MarkdownMonsterAddin.OnModelLoaded

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

public virtual Task OnModelLoaded(AppModel model)

Parameters

model
Instance of the Markdown Monster Application Model


See also:

Class MarkdownMonsterAddin

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