MarkdownMonsterAddin.OnApplicationStart

Called when the application starts and after the AddinManager has initialized.

Use this handler to add new menu items to the Addin Toolbar.

public virtual Task OnApplicationStart()

Remarks

Fires very early in the load cycle and therefore has no access to the App Model or UI. If you require access to Model or UI override OnWindowLoaded() instead.


See also:

Class MarkdownMonsterAddin

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